On 4/29/20 6:23 AM, Sandy Hung wrote:
> Dear all:
> 
> I run ansible letsencrypt show error message please help me thanks.

Hello Sandy,

these aren't error messages. The tasks are skipped for some reason. Please 
provide complete output
of your playbook run.

Regards
        Racke

> 
> 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
> ansible-project+unsubscr...@googlegroups.com 
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/4331257f-f908-4339-90f5-7890efb5e256%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/4331257f-f908-4339-90f5-7890efb5e256%40googlegroups.com?utm_medium=email&utm_source=footer>.


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/15bfc218-07fb-0de0-ee6a-830fb538614b%40linuxia.de.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to