redhat-cop / ee_utilities

This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.
https://galaxy.ansible.com/infra/ee_utilities
GNU General Public License v3.0
57 stars 35 forks source link

Make galaxy.yml persistent and move out ansible.cfg #119

Closed Tompage1994 closed 1 year ago

Tompage1994 commented 1 year ago

What does this PR do?

Makes galaxy.yml persistent and moves the template out of root. Also moves ansible.cfg from root.

This makes it installable from source

How should this be tested?

  1. Test we can install from source
  2. We will need to perform a release and ensure that the galaxy.yml remains in the repo with -devel appended to the version that's just been released. We need to also be sure that the galaxy.yml of the released version is correct

Is there a relevant Issue open for this?

related https://github.com/ansible/automation_hub_collection/issues/280

Other Relevant info, PRs, etc

Required https://github.com/redhat-cop/ansible_collections_tooling/pull/33 to be merged