ansible / galaxy_collection

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

Remove user/group testing playbook from new CI workflow #416

Closed bmclaughlin closed 4 months ago

bmclaughlin commented 4 months ago

What does this PR do?

Updates the ci_dab_jwt CI workflow with the change that is not updating for #409 .

This PR removes the User/Group testing playbook from the ci_dab_jwt CI workflow as it is currently expected to fail. It still appears in the workflow and causes failures, but merging this should allow #409 to be rebased and see any other failures.

How should this be tested?

The User/Group testing playbook should not be run in the ci_dab_jwt CI workflow, but for some reason it will still be there.

Is there a relevant Issue open for this?

No

Other Relevant info, PRs, etc

409