grafana-ansible-collection icon indicating copy to clipboard operation
grafana-ansible-collection copied to clipboard

fix tag definition

Open brakkio86 opened this issue 1 year ago • 2 comments

I've fixed tag definition as they don't work as expected. Thanks, Francesco

brakkio86 avatar Apr 08 '24 08:04 brakkio86

CLA assistant check
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.

CLAassistant avatar Apr 08 '24 08:04 CLAassistant

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

brakkio86 avatar Apr 10 '24 13:04 brakkio86