fix ansible_managed handling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-09-18 17:18:26 +02:00
parent 998c2ff4dc
commit 3488c92b54
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,5 @@
#jinja2: trim_blocks: True, lstrip_blocks: True
# {{ ansible_managed }}
#jinja2: lstrip_blocks: True
{{ ansible_managed | comment}}
{% if certbot_preferred_challenges is defined %}
preferred-challenges = {{ certbot_preferred_challenges }}
{% endif %}

View File

@ -1,6 +1,5 @@
#jinja2: trim_blocks: True, lstrip_blocks: True
# {{ ansible_managed }}
#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
[API]
HOST = {{ certbot_core_networks_api_host }}
USER = {{ certbot_core_networks_api_user }}