fix(config_ini): ensure the tab replacement happens before the edit
Otherwise #162 can still happen
This commit is contained in:
parent
bfde73f8e3
commit
b26b99d3d0
|
@ -27,4 +27,6 @@ sshd_config-with-ini:
|
||||||
{%- for k,v in sshd_config.items() %}
|
{%- for k,v in sshd_config.items() %}
|
||||||
{{ k }}: '{{ v }}'
|
{{ k }}: '{{ v }}'
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
- require:
|
||||||
|
- file: sshd_config-with-ini
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue