Skip to content

Commit

Permalink
removed notify not required
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 18, 2024
1 parent e00e54b commit 150a6b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/fix-cat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@
ansible_python_interpreter: "{{ python2_bin }}"
notify:
- rebuild initramfs
- change_requires_reboot
when: "'dracut-fips' not in ansible_facts.packages"

- name: "HIGH | RHEL-07-021350 | PATCH | Disable prelinking."
Expand Down Expand Up @@ -448,7 +447,6 @@
- rhel_07_021350_fips_kernel_set.stdout | length == 0
notify:
- confirm grub2 user cfg
- change_requires_reboot

- name: "HIGH | RHEL-07-021350 | AUDIT | Verify boot kernel parameters in /etc/default/grub"
ansible.builtin.shell: grep -P '^\s*GRUB_CMDLINE_LINUX=".*(?<=[" ])boot=UUID={{ rhel7stig_boot_uuid.stdout }}(?=[" ]).*"$' /etc/default/grub
Expand Down

0 comments on commit 150a6b6

Please sign in to comment.