We are running into an issue in ansible-stacks because when we pass an engagement json to ansible with the field groups we then have to access it like {{ groups }} which is a reserved variable in ansible. Instead use the term user_groups. See ansible-stacks issue https://github.com/rht-labs/ansible-stacks/issues/61
We are running into an issue in ansible-stacks because when we pass an engagement json to ansible with the field groups we then have to access it like
{{ groups }}
which is a reserved variable in ansible. Instead use the term user_groups. See ansible-stacks issue https://github.com/rht-labs/ansible-stacks/issues/61