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
Have you checked ReadtheDocs?: Yes
Describe the Issue Getting following error during ansible run:
WARNING]: Unable to find '/etc/security/pwquality.conf.d' in expected paths failed: [default] (item=/etc/pam.d/base-auth) => {"ansible_loop_var": "item", "changed": false, "item": "/etc/pam.d/base-auth", "msg": "Path /etc/pam.d/base-auth does not exist !", "rc": 257}
Expected Behavior I expect the task should be implemented successfully.
Actual Behavior Getting following error during ansible run:
Control(s) Affected Following controls are being affected by the issue.
rhel9cis_rule_5_3_3_2_1
Environment (please complete the following information):
Additional Notes Please provide a fix as soon as possible.
Possible Solution May be update to with_fileglob list within Task 5.3.3.2.1
with_fileglob
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have you checked ReadtheDocs?:
Yes
Describe the Issue
Getting following error during ansible run:
Expected Behavior
I expect the task should be implemented successfully.
Actual Behavior
Getting following error during ansible run:
Control(s) Affected
Following controls are being affected by the issue.
Environment (please complete the following information):
Additional Notes
Please provide a fix as soon as possible.
Possible Solution
May be update to
with_fileglob
list within Task 5.3.3.2.1The text was updated successfully, but these errors were encountered: