We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b5824 commit 9ca9afdCopy full SHA for 9ca9afd
.github/workflows/molecule.yml
@@ -32,8 +32,8 @@ jobs:
32
run: |
33
sudo apt update
34
sudo apt -y install python3-setuptools python3 python3-pip
35
- sudo pip3 install wheel
36
- sudo pip3 install molecule testinfra yamllint ansible-lint flake8 molecule-vagrant
+ pip3 install wheel
+ pip3 install ansible molecule testinfra yamllint ansible-lint flake8 molecule-vagrant
37
38
- name: molecule lint
39
0 commit comments