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
|
#jinja2: lstrip_blocks: True
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment}}
|
||||||
|
|
||||||
{% if certbot_preferred_challenges is defined %}
|
{% if certbot_preferred_challenges is defined %}
|
||||||
preferred-challenges = {{ certbot_preferred_challenges }}
|
preferred-challenges = {{ certbot_preferred_challenges }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#jinja2: trim_blocks: True, lstrip_blocks: True
|
#jinja2: lstrip_blocks: True
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
[API]
|
[API]
|
||||||
HOST = {{ certbot_core_networks_api_host }}
|
HOST = {{ certbot_core_networks_api_host }}
|
||||||
USER = {{ certbot_core_networks_api_user }}
|
USER = {{ certbot_core_networks_api_user }}
|
||||||
|
Loading…
Reference in New Issue
Block a user