forked from ISTI-ansible-roles/ansible-roles
Fix a warning in the acmetool role.
This commit is contained in:
parent
f543de7448
commit
4ecc39e18f
|
@ -93,7 +93,7 @@
|
|||
capabilities: path=/usr/bin/acmetool capability=cap_net_bind_service+ep state=absent
|
||||
when:
|
||||
- letsencrypt_acme_install
|
||||
- "'{{ letsencrypt_acme_authenticator }}' != 'listener'"
|
||||
- letsencrypt_acme_authenticator != 'listener'
|
||||
ignore_errors: True
|
||||
tags: letsencrypt
|
||||
|
||||
|
|
Loading…
Reference in New Issue