I am attempting to utilize this role in an Ansible playbook that I am using for a custom Amazon Linux 2 AMI. Unfortunately, trying to install the role seems to fail in the build procedure that I am using.
[WARNING]: - ansible-role-cis-amazon-linux-2.cis-amazon-linux was NOT installed
successfully: this role does not appear to have a meta/main.yml file.
Upon further examination, I noticed that this repo does indeed lack a meta/main.yml file, which is apparently necessary to be able to install roles through a requirements.yml file for ansible-galaxy.
As such, can you please consider publishing this role to ansible-galaxy to facilitate easy installation through ansible-galaxy?
Hello,
I am attempting to utilize this role in an Ansible playbook that I am using for a custom Amazon Linux 2 AMI. Unfortunately, trying to install the role seems to fail in the build procedure that I am using.
Upon further examination, I noticed that this repo does indeed lack a
meta/main.yml
file, which is apparently necessary to be able to install roles through a requirements.yml file for ansible-galaxy.As such, can you please consider publishing this role to ansible-galaxy to facilitate easy installation through ansible-galaxy?
Thanks.