forked from ansible-lockdown/RHEL9-CIS
typo fix
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
edb7a3bcf0
commit
fe1bddf15b
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@
|
||||||
|
|
||||||
- name: "3.4.2.6 | PATCH | Ensure nftables established connections are configured"
|
- name: "3.4.2.6 | PATCH | Ensure nftables established connections are configured"
|
||||||
block:
|
block:
|
||||||
- name: "3.4.2.6 | AUDIT | EEnsure nftables established connections are configured | Gather incoming connection rules"
|
- name: "3.4.2.6 | AUDIT | Ensure nftables established connections are configured | Gather incoming connection rules"
|
||||||
ansible.builtin.shell: nft list ruleset | awk '/hook input/,/}/' | grep -E 'ip protocol (tcp|udp|icmp) ct state'
|
ansible.builtin.shell: nft list ruleset | awk '/hook input/,/}/' | grep -E 'ip protocol (tcp|udp|icmp) ct state'
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue