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?
Test we can install from source
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
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?
-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 correctIs 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