ansible-lockdown / AMAZON2023-CIS

Ansible role for Amazon2023 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
24 stars 18 forks source link

"cis_5.3.yml" file is imported twice #54

Closed DianaMariaDDM closed 5 months ago

DianaMariaDDM commented 6 months ago

Describe the Issue In the main.yml file from section_5, cis_5.3.yml is imported twice.

Expected Behavior The file that contains the tasks for control 5.3 should be imported only once in the main.yml file.

Actual Behavior The file is imported twice.

Control(s) Affected None really, just a syntax issue related to control 5.3.

Environment (please complete the following information):

Additional Notes Anything additional goes here

Possible Solution A solution will be provided in a PR!