Skip to content

Commit

Permalink
Merge pull request #42 from nmusatti/master
Browse files Browse the repository at this point in the history
Work around Ansible/Molecule incompatibilities
  • Loading branch information
nmusatti authored Aug 13, 2022
2 parents 36e5e19 + 859e923 commit a4fc274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install yamllint ansible ansible-lint
run: pip3 install yamllint ansible<4.10 ansible-lint<5.3.2

- name: Lint code.
run: |
Expand Down

0 comments on commit a4fc274

Please sign in to comment.