ansible-lockdown / RHEL9-CIS-Audit

Audit configurations for RHEL9 CIS
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
19 stars 13 forks source link

Wrong title and CIS_ID in cis_2.2.18.yml #42

Open levaillx opened 2 days ago

levaillx commented 2 days ago

Describe the Issue Wrong title and CIS_ID in cis_2.2.18.yml

Expected Behavior Display "2.2.18 | Ensure ..." CIS_ID: 2.2.18

Actual Behavior Display "2.2.19 Ensure ..." CIS_ID: 2.2.19

Control(s) Affected 2.2.18

Environment:

Additional Notes

Possible Solution Replace "2.2.19" with "2.2.18 |" CIS_ID : 2.2.18

levaillx commented 1 day ago

Just to match the same title format of all other tasks, I would add the pipe character "|" after the CID id: 2.2.18 | Ensure ...