dsglaser / cis-security

Playbooks to implement Center for Internet Security (CIS) controls for RHEL (7-9), RHEL Clones, Ubuntu (18.04-22.04), and Microsoft Windows (10, Server 2019)
Other
90 stars 63 forks source link

Call incorrect Handler #15

Closed SckyzO closed 4 years ago

SckyzO commented 4 years ago

https://github.com/dsglaser/cis-security/blob/fcdbe51b9f5540c1e16be291a5339d0aa1d3128e/dsglaser/cis_security/roles/cis_security/tasks/type-files/redhat-7-type.yml#L1622

Hello @dev

In this file you call an incorrect Handler. You must call notify: rebuild grub and not notify: rebuild ubuntu-grub

Have a nice day

dsglaser commented 4 years ago

Fixed in newest version. Thanks for the catch!