ansible-role-cis-amazon-linux
ansible-role-cis-amazon-linux copied to clipboard
Pre flight check fail on cis_target_os_versions and privileged binaries list not populating
On the latest AMI the ansible_distribution_version
is 2
. Needed to update the cis_target_os_versions
to support 2
for the pre-flight check to pass for the playbook to run.
Task 4.1.12 Populate a list of privileged binaries, was not running with tag level-1 and the task 4.1.12 Ensure use of privileged commands is collected (Scored) is dependant on that list of binaries. Added the tags that so that the task could execute and the list and be collected and stored.
Hey Adan (@yobooooi ), thank you for the PR :) This is great work. However, it will take me at least 2-3 weeks to review all your changes, so please be patient.
Hey Adan (@yobooooi ), can you please resolve the conflicts.