Skip to content

Commit

Permalink
Make galaxy.yml persistent and move out ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Aug 2, 2023
1 parent a1aa519 commit 03e223d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions galaxy.yml.j2 → .github/files/galaxy.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ readme: README.md
authors:
- Sean Sullivan @sean-m-sullivan
- Anshul Behl @anshulbehl
- Tom Page @Tompage1994
- David Danielsson @djdanielsson
repository: {{ collection_repo }}
issues: {{ collection_repo }}/issues
build_ignore:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install Ansible and Ansible Builder
run: pip install --upgrade ansible-core ansible-builder

- name: Move ansible.cfg to root
run: mv .github/files/ansible.cfg .

- name: Install Dependencies
run: ansible-galaxy collection install containers.podman -f

Expand Down
4 changes: 4 additions & 0 deletions changelogs/fragments/source_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- ansible.cfg removed from root and galaxy.yml added to enable install from source
...

0 comments on commit 03e223d

Please sign in to comment.