reset 5.1.1 settings

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-02-21 11:13:47 +00:00
parent 345928b74f
commit 0835a05b08
No known key found for this signature in database
GPG Key ID: 997FF7FE93AEB5B9
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
register: discovered_sshd_confs register: discovered_sshd_confs
- name: "5.1.1 | PATCH | Ensure permissions on /etc/ssh/sshd_config are configured" - name: "5.1.1 | PATCH | Ensure permissions on /etc/ssh/sshd_config are configured"
when: (item.path != '/etc/ssh/sshd_config.d/60-cloudimg-settings.conf' and system_is_ec2 )
ansible.builtin.file: ansible.builtin.file:
path: "{{ item.path }}" path: "{{ item.path }}"
recurse: false recurse: false