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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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 %}