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
looking at the infra.controller_configuration.dispatch role, it looks for var[__role.var] whereas infra.ah_configuration.dispatch looks for hostvars[inventory_hostname][__role.var]. if i modify the hub dispatch role to use var[__role.var] like the controller dispatch role, the playbook works without issue.
Summary
when running the following playbook from the controller, the dispatch role doesn't find the play variables:
the role conditionals are skipped because the dispatch role thinks they aren't set:
looking at the infra.controller_configuration.dispatch role, it looks for
var[__role.var]
whereas infra.ah_configuration.dispatch looks forhostvars[inventory_hostname][__role.var]
. if i modify the hub dispatch role to usevar[__role.var]
like the controller dispatch role, the playbook works without issue.Issue Type
Ansible, Collection, Private Automation Hub details
EE, from quay.io/acme_corp/product_demos_ee:latest
The text was updated successfully, but these errors were encountered: