Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: using the 'always' tag for task includes doesn't work #151

Open
haubenr opened this issue Aug 10, 2023 · 1 comment
Open

Bug: using the 'always' tag for task includes doesn't work #151

haubenr opened this issue Aug 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@haubenr
Copy link
Collaborator

haubenr commented Aug 10, 2023

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

@haubenr haubenr added the bug Something isn't working label Aug 10, 2023
@haubenr haubenr self-assigned this Aug 10, 2023
@haubenr
Copy link
Collaborator Author

haubenr commented Aug 10, 2023

Error message reported by user (for reference):

TASK [tuning : shutdown cluster nodes via libvirt] *******************************************************************
fatal: [XXXXXX]: FAILED! => 
  msg: '''worker_domains'' is undefined. ''worker_domains'' is undefined'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant