Skip to content

Commit

Permalink
Merge pull request #11008 from ggbecker/fix-ansible-configure_ssh_cry…
Browse files Browse the repository at this point in the history
…pto_policy

Fix ansible remediation of configure_ssh_crypto_policy
  • Loading branch information
Mab879 authored Aug 22, 2023
2 parents 4df8db3 + 2592332 commit fa5de55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
lineinfile:
dest: /etc/sysconfig/sshd
state: absent
regexp: ^\s*(?i)CRYPTO_POLICY.*$
regexp: ^(?i)\s*CRYPTO_POLICY.*$

0 comments on commit fa5de55

Please sign in to comment.