Skip to content

Commit

Permalink
add passlib dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Jan 25, 2024
1 parent 90eba44 commit 3bb90d2
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 --assume-yes install podman python3-pip slirp4netns \
uidmap --no-install-recommends
python3 -m pip install --user -U ansible ansible-lint \
jmespath molecule-plugins[podman]
jmespath molecule-plugins[podman] passlib
- name: Run ansible-lint
run: |
Expand Down

0 comments on commit 3bb90d2

Please sign in to comment.