ansible / galaxy_collection

Collection of modules and roles to configure Automation Hub
GNU General Public License v3.0
58 stars 54 forks source link

Skip group role creation for ci_dab_jwt profile #421

Closed bmclaughlin closed 4 months ago

bmclaughlin commented 4 months ago

What does this PR do?

Adds the ci_workflow param to the testing_collections_repos.yml playbook to facilitate skipping the block that tests group role creation, which is incompatible with that profile.

The testing_collections_repos.yml playbook should have zero failures when testing this PR locally.

How should this be tested?

Manually against the appropriate local dev stack

Is there a relevant Issue open for this?

No

Other Relevant info, PRs, etc

Continuing the theme of fixing CI errors from #409 Smaller PRs now.