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
We want to run tasks that only change users or queues on our production brokers. Even if the user changes other settings it only should change the tasks with the tag. I see that the playbook has support for tags but for us this is not running correctly.
As a workaround, you could use ansible.builtin.import_role with the name of the role and the name of the tasks specified in tasks_from to run only parts of the playbook.
SUMMARY
We want to run tasks that only change users or queues on our production brokers. Even if the user changes other settings it only should change the tasks with the tag. I see that the playbook has support for tags but for us this is not running correctly.
ISSUE TYPE
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
EXPECTED RESULTS
We expect that the tasks included such as firewall or user are executed fully. now it seems only the include task is executed.
ACTUAL RESULTS
Included tasks are not ran.
The text was updated successfully, but these errors were encountered: