Last active
August 14, 2024 16:36
-
-
Save rkrzr/f5387167fa7b4869e2dca8b713879562 to your computer and use it in GitHub Desktop.
Automatically generate ansible tags of the same name for each role in a playbook
[DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names
to new standard, use callbacks_enabled instead. This feature will be removed
from ansible-core in version 2.15. Deprecation warnings can be disabled by
setting deprecation_warnings=False in ansible.cfg.
I would advise to change:
callback_whitelist = auto_tags
to callbacks_enabled = auto_tags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you. This is very useful.