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 4525f75
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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 @@ -151,11 +152,12 @@ 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-core>=2.10.12
ansible-lint
molecule
molecule-plugins[vagrant]
pywinrm
- name: Set up Python 3.
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4525f75

Please sign in to comment.