0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-06-06 07:03:12 +02:00

Merge a206ad3fbd934399b5afb897b7e9416664fde204 into 76987a6078afafde79817ac87cdc9d0c5fc71feb

This commit is contained in:
POTIER Mathieu 2026-06-04 08:57:52 +00:00 committed by GitHub
commit 00a4e991ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: {{ "%s" |format(regex_search_for_tabs) }}
- repl: '\1 \2'
- show_changes: True
- require_in: