Closed wilfriedroset closed 4 years ago
Hi, I'm aware of the best ansible galaxy practices. Wanted to add some documentation about role variables before releasing the first version, but I'm fine to document them later. The 1.0.0 tag has been added. Thanks for your input.
thank you 🙏
One of the best practice recommended in ansible galaxy documentation is to use versioning content. Doing so allow users to pin the version of the role in order to avoid surprise in production during the next
ansible-galaxy install
. This require only to add tags to commit which is not done at the moment in this repository.Here is an example of my side project
requirements.yml
As you can see I can pin the version I want yo use for brianshumate.consul but not for kostiantyn-nemchenko.patroni due to missing tags.
What do you think about adding 1.0.0 tag to the latest commit?