Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jun 6, 2024
1 parent 31ac679 commit 84ba552
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ jobs:
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install molecule-plugins[docker] jmespath

- name: Install Ansible
run: pip3 install ansible==${{ matrix.ansible_version }}
run: pip3 install ansible==${{ matrix.ansible_version }} molecule-plugins[docker] jmespath

- name: Secrets to env
uses: oNaiPs/secrets-to-env-action@v1.5
Expand Down

0 comments on commit 84ba552

Please sign in to comment.