Skip to content

Commit

Permalink
Merge pull request #208 from svennd/patch-1
Browse files Browse the repository at this point in the history
2.4 : socket vs sockets (typo)
  • Loading branch information
uk-bolly authored Jun 4, 2024
2 parents b726112 + 2c09971 commit 8adae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_2/cis_2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8adae24

Please sign in to comment.