Fix a warning in the acmetool role.

This commit is contained in:
Andrea Dell'Amico 2017-11-20 19:28:25 +01:00
parent f543de7448
commit 4ecc39e18f
1 changed files with 1 additions and 1 deletions

View File

@ -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