fix(config_ini): ensure the tab replacement happens before the edit

Otherwise #162 can still happen
This commit is contained in:
James Howe
2020-06-04 16:48:43 +01:00
committed by GitHub
parent bfde73f8e3
commit b26b99d3d0
+2
View File
@@ -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 %}