fix ansible_managed handling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
998c2ff4dc
commit
3488c92b54
@ -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 %}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user