You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
I expect the task should be implemented successfully.
Actual Behavior
Getting following error during ansible run:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'rhel9cis_rule_1_1_2_2' is undefined
Control(s) Affected
Following controls are being affected by the issue.
Have you checked ReadtheDocs?:
Yes
Describe the Issue
Issue seems to be with
tmp.mount.j2
template file as stated below:The following variables doesn't exists:
Rather I would say they should be replaced with following variables:
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
Suggested fix will be replacing the variables from:
To:
In the
tmp.mount.j2
template file.The text was updated successfully, but these errors were encountered: