mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 20:40:18 +01:00
Use {{ ansible_managed | comment }} to fix multi-line ansible_managed
BZ#2006230, BZ#2006231, BZ#2006233
This commit is contained in:
parent
b1fe667432
commit
44a7d8fb20
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
{% macro render_option(key,value,indent=false) %}
|
{% macro render_option(key,value,indent=false) %}
|
||||||
{% if value is defined %}
|
{% if value is defined %}
|
||||||
{% if indent %} {% endif %}
|
{% if indent %} {% endif %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# {{ ansible_managed }}
|
{{ ansible_managed | comment }}
|
||||||
{% if __sshd_sysconfig_supports_crypto_policy %}
|
{% if __sshd_sysconfig_supports_crypto_policy %}
|
||||||
{% if sshd_sysconfig_override_crypto_policy == true %}
|
{% if sshd_sysconfig_override_crypto_policy == true %}
|
||||||
CRYPTO_POLICY=
|
CRYPTO_POLICY=
|
||||||
|
|
Loading…
Reference in a new issue