4
0
Fork 0

Merge pull request #208 from svennd/patch-1

2.4 : socket vs sockets (typo)
This commit is contained in:
uk-bolly 2024-06-04 17:26:59 +01:00 committed by GitHub
commit 8adae24b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
register: rhel9cis_2_4_services
- name: "2.4 | AUDIT | Ensure nonessential services listening on the system are removed or masked | Get list of sockets"
ansible.builtin.shell: systemctl list-units --type=sockets
ansible.builtin.shell: systemctl list-units --type=socket
changed_when: false
failed_when: false
check_mode: false