Skip to content

Commit

Permalink
install community docker for 2.9 ansible too
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 5, 2024
1 parent c9eed1f commit adb8897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Install required collections for ansible-base (2.10+)
run: ansible-galaxy collection install https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-3.12.0.tar.gz
if: matrix.ansible != 'v2.9.17'
- name: Install required collections for ansible 2.9
run: ansible-galaxy collection install https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-2.7.12.tar.gz
if: matrix.ansible == 'v2.9.17'
- name: Run crud tests
run: make test-crud
- name: Run other tests
Expand Down

0 comments on commit adb8897

Please sign in to comment.