We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue My build started failing with this error after task 1.10 | PATCH | Ensure system-wide crypto policy is not legacy...
1.10 | PATCH | Ensure system-wide crypto policy is not legacy...
Expected Behavior The handler is in lowercase change_requires_reboot
change_requires_reboot
RHEL8-CIS/handlers/main.yml
Line 131 in a6f37cc
Actual Behavior notify: Change_requires_reboot
notify: Change_requires_reboot
RHEL8-CIS/tasks/section_1/cis_1.10.yml
Line 13 in a6f37cc
A clear and concise description of what's happening.
Possible Solutions
notify: change_requires_reboot
'name[casing]'
ansible-lint
The text was updated successfully, but these errors were encountered:
@MarcoV-git #303
Sorry, something went wrong.
Fix for ansible-lockdown#306
27cac4d
Signed-off-by: Bas Meijer <bas.meijer@me.com>
Merge pull request #307 from TeamSalvador/bugfix/306
6401b1b
Fix for #306 - pre-commit not required as yet merging request
Thanks
uk-bolly
No branches or pull requests
Describe the Issue
My build started failing with this error after task
1.10 | PATCH | Ensure system-wide crypto policy is not legacy...
Expected Behavior
The handler is in lowercase
change_requires_reboot
RHEL8-CIS/handlers/main.yml
Line 131 in a6f37cc
Actual Behavior
notify: Change_requires_reboot
RHEL8-CIS/tasks/section_1/cis_1.10.yml
Line 13 in a6f37cc
A clear and concise description of what's happening.
Possible Solutions
notify: change_requires_reboot
to match the handler.'name[casing]'
inansible-lint
and fix all to complyThe text was updated successfully, but these errors were encountered: