Skip to content

Commit

Permalink
fix issue #263
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
  • Loading branch information
uk-bolly committed May 24, 2024
1 parent 2f81776 commit 4d75944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7125,7 +7125,7 @@

- name: "MEDIUM | RHEL-08-040279 | PATCH | RHEL 8 must ignore IPv4 Internet Control Message Protocol (ICMP) redirect messages. | Use template to create file"
ansible.posix.sysctl:
name: net.ipv4.conf.all.send_redirects
name: net.ipv4.conf.all.accept_redirects
value: 0
state: present
reload: "{{ rhel8stig_sysctl_reload }}"
Expand Down

0 comments on commit 4d75944

Please sign in to comment.