mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2025-01-14 18:11:19 +01:00
Merge pull request #8 from timbrd/ansible_check_mode
Don't try to list certificate information when on ansible check mode
This commit is contained in:
commit
f5f32583dc
@ -229,4 +229,4 @@
|
||||
- name: List acme.sh certificate information
|
||||
debug:
|
||||
msg: "{{ list_domains.stdout_lines }}"
|
||||
when: acme_sh_list_domains and not acme_sh_uninstall
|
||||
when: not ansible_check_mode and acme_sh_list_domains and not acme_sh_uninstall
|
||||
|
Loading…
Reference in New Issue
Block a user