We accept all kinds of contributions, whether they are bug fixes, pull requests or documentation updates!
If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured COLLECTIONS_PATH
, and work on it there.
For example, if you are working in the ~/dev
directory:
cd ~/dev
git clone https://github.com/telekom-mms/ansible-collection-acme collections/ansible_collections/telekom_mms/acme
export COLLECTIONS_PATH=$(pwd)/collections:$COLLECTIONS_PATH
You can find more information in the developer guide for collections, and in the Ansible Community Guide.