Dear all:

I run ansible letsencrypt show error message please help me thanks.

TASK [ansible-letsencrypt : update the apt cache] 
******************************
task path: 
/home/ldap/.ansible/roles/ansible-letsencrypt/tasks/ubuntu-xenial.yml:2
skipping: [localhost] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [ansible-letsencrypt : add certbot apt ppa repository] 
********************
task path: 
/home/ldap/.ansible/roles/ansible-letsencrypt/tasks/ubuntu-xenial.yml:6
skipping: [localhost] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [ansible-letsencrypt : install certbot ubuntu] 
****************************
task path: 
/home/ldap/.ansible/roles/ansible-letsencrypt/tasks/ubuntu-xenial.yml:11
skipping: [localhost] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}


playbook

- name: update the apt cache
  apt: update_cache=yes cache_valid_time=7200
  become: yes

- name: add certbot apt ppa repository
  apt_repository:
    repo: "ppa:certbot/certbot"
  become: yes

- name: install certbot ubuntu
  apt: name=certbot state=latest
  become: yes

- name: change the path to letsencrypt
  set_fact:
    letsencrypt_path: "/usr/bin/letsencrypt"

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4331257f-f908-4339-90f5-7890efb5e256%40googlegroups.com.

Reply via email to