trigger update sysctl task doesn't do anything
JacobBuskirk opened this issue · 1 comments
JacobBuskirk commented
Describe the Issue
trigger update sysctl task in main.yml https://github.com/ansible-lockdown/RHEL8-STIG/blob/devel/tasks/main.yml#L160 is an idempotence issue and doesn't do anything since all the sysctl tasks already notify that handler
Expected Behavior
Handler for sysctl tasks should be based on sysctl tasks
Actual Behavior
Task runs but does nothing since all the sysctl tasks already have notified that handler.
Control(s) Affected
N/A
Environment (please complete the following information):
- Ansible Version: 2.9.27
- Host Python Version: 3.6.8
- Ansible Server Python Version: 3.6.8
Additional Notes
Possible Solution
Remove task given in link above
JacobBuskirk commented
Closing since this has been merged in