grafana-ansible-collection
grafana-ansible-collection copied to clipboard
fix tag definition
I've fixed tag definition as they don't work as expected. Thanks, Francesco
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
The apply: -> tags: -> TAG_NAME is not the same as apply a tag in include task. In fact, for instance, calling ansible playbook with --tags grafana_install do nothing. With my change, it works as expected.
For more information, check official documentation here.
Thanks, Francesco