Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk committed Nov 27, 2023
1 parent dab2793 commit 9f058fb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'deployments/ansible/galaxy.yml'
branches:
- main
- ansible-new-zeroconfig-test
pull_request:
paths:
- '.github/workflows/ansible.yml'
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
fail-fast: false
matrix:
ansible:
- ansible~=2.10.0
- ansible~=2.12.0
- ansible~=6.0
- ansible~=7.0
distro:
Expand All @@ -151,11 +152,11 @@ jobs:
path: "${{ github.workspace }}/requirements.txt"
contents: |
${{ matrix.ansible }}
ansible-compat==2.2.7
ansible-lint==5.4.0
molecule==4.0.4
molecule-vagrant==2.0.0
pywinrm==0.4.3
ansible-compat
ansible-lint
molecule
molecule-plugins[vagrant]
pywinrm
- name: Set up Python 3.
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9f058fb

Please sign in to comment.