ansible-lockdown / UBUNTU22-CIS

Ansible role for Ubuntu22 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
155 stars 68 forks source link

Inconsistency issue for task 2.2.16 #197

Closed DianaMariaDDM closed 2 months ago

DianaMariaDDM commented 5 months ago

Describe the Issue There appears to be an inconsistency between the when conditionals of the tasks for rule 2.2.16.

Expected Behavior All when conditionals should have the rule's number mentioned. For example: `when:

Actual Behavior Only the when conditionals of the tasks within the block contain the rule's number. The when conditional of the actual block does not.

Control(s) Affected 2.2.16 | PATCH | Ensure rsync service is either not installed or masked

Environment (please complete the following information):

Additional Notes Anything additional goes here

Possible Solution I will provide the fix in a PR!

uk-bolly commented 2 months ago

I believe that this issue has been addressed and the fix merged? I will close this issue, please feel free to reopen or raise a new one if this particular problem still exists.

Many thanks

uk-bolly