rht-labs / api-design

NO LONGER ACTIVE - Home of our Swagger / OpenAPI Specifications, System Designs and Documentation
Apache License 2.0
4 stars 5 forks source link

Update groups to user_groups for engagements to avoid ansible-stacks conflict #59

Closed mcanoy closed 7 years ago

mcanoy commented 7 years ago

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