Thank you for investing your time in contributing to our project!
See existing issues and feel free to work on any.
Firstly search if an issue already exists.
If issue related to your problem/feature request doesn't exists, create new issue. There are 3 issue types:
- Bug report
- Feature Request
- Report a security vulnerability
Select one from issue form.
When you're finished with the changes, create a pull request, also known as a PR.
- Clone this repository.
- Install the required requirements:
pip install -r requirements.txt
- Install required amazon.aws collection:
ansible-galaxy install -r requirements.yml
You can reuse existing playbooks to test your code changes.
According to release workflow inside .github workflows collection publication to Ansible Galaxy will happen when admin of the repository will push new tag. This tag must match version used in galaxy.yml file. Release will happen only if desired version was not published on Ansible Galaxy yet.