Skip to content

Commit

Permalink
lint update
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed May 30, 2024
1 parent e47a1eb commit cbf87b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6664,8 +6664,8 @@
state: absent
loop: "{{ rhel_08_040209_conflicting_settings.stdout_lines }}"
when:
- rhel_08_040209_conflicting_settings.stdout | length > 0
- item != rhel8stig_sysctl_file
- rhel_08_040209_conflicting_settings.stdout | length > 0
- item != rhel8stig_sysctl_file

- name: "MEDIUM | RHEL-08-040209 | PATCH | RHEL 8 must prevent IPv4 Internet Control Message Protocol (ICMP) redirect messages from being accepted. | Use template to create file"
ansible.posix.sysctl:
Expand Down Expand Up @@ -6777,8 +6777,8 @@
state: absent
loop: "{{ rhel_08_040230_conflicting_settings.stdout_lines }}"
when:
- rhel_08_040230_conflicting_settings.stdout | length > 0
- item != rhel8stig_sysctl_file
- rhel_08_040230_conflicting_settings.stdout | length > 0
- item != rhel8stig_sysctl_file

- name: "MEDIUM | RHEL-08-040230 | PATCH | The RHEL 8 must not respond to Internet Control Message Protocol (ICMP) echoes sent to a broadcast address. | Use template to create file"
ansible.posix.sysctl:
Expand Down

0 comments on commit cbf87b9

Please sign in to comment.