Browse Source

Merge 888c5f1141 into 83962eb3b4

pull/208/merge
Michael Nunes 11 months ago
parent
commit
7748ba6f4e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openssh/config_ini.sls

+ 1
- 1
openssh/config_ini.sls View File

@@ -13,7 +13,7 @@ sshd_config-with-ini:
{%- if salt['file.contains_regex'](openssh.sshd_config, regex_search_for_tabs) %}
file.replace:
- name: {{ openssh.sshd_config }}
- pattern: {{ regex_search_for_tabs }}
- pattern: '{{ regex_search_for_tabs }}'
- repl: '\1 \2'
- show_changes: True
- require_in:

Loading…
Cancel
Save