Skip to content

Commit

Permalink
Merge pull request #508 from konstruktoid/fixpip
Browse files Browse the repository at this point in the history
remove incorrect linebreak
  • Loading branch information
konstruktoid authored Jan 26, 2024
2 parents 7a3973e + 65898fe commit 57add14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt-get update
sudo apt-get --assume-yes --no-install-recommends install python3-pip
python3 -m pip install --user -U ansible ansible-lint \
jmespath molecule-plugins[docker] passlib \
jmespath molecule-plugins[docker] passlib
python3 -m pip install --user 'requests==2.28.1'
- name: Run ansible-lint
Expand Down

0 comments on commit 57add14

Please sign in to comment.