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() %}
|
||||
{{ k }}: '{{ v }}'
|
||||
{%- endfor %}
|
||||
- require:
|
||||
- file: sshd_config-with-ini
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user