mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-12-24 22:10:02 +01:00
Merge 888c5f11410e685c7e9ab72e48865b7f8a171eb8 into 5a0a5038d9d2a58547a5a71d681ffc587cddad86
This commit is contained in:
commit
940d7ba89f
@ -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…
x
Reference in New Issue
Block a user