Skip to content

Commit

Permalink
Add ansible to molecule dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-p authored Apr 1, 2021
1 parent 24086f7 commit 45c6a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install molecule docker molecule-docker yamllint ansible-lint
run: pip3 install ansible molecule docker molecule-docker yamllint ansible-lint

- name: Run Molecule tests.
run: molecule lint
Expand Down

0 comments on commit 45c6a92

Please sign in to comment.