You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the playbooks make use of tags, including the pre-defined tag 'always'. For some playbooks this actually doesn't work (e.g. the tuning playbook) as the tasks included by the tagged include_tasks task do not actually use the tag themselves. See here for details (pay attention to the fine details): https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_tags.html#adding-tags-to-includes
The text was updated successfully, but these errors were encountered:
Some of the playbooks make use of tags, including the pre-defined tag 'always'. For some playbooks this actually doesn't work (e.g. the tuning playbook) as the tasks included by the tagged
include_tasks
task do not actually use the tag themselves. See here for details (pay attention to the fine details): https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_tags.html#adding-tags-to-includesThe text was updated successfully, but these errors were encountered: