Skip to content

Commit

Permalink
Install passlib in runner (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 authored Sep 2, 2024
1 parent 84ad541 commit 777877f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Inject passlib in ansible venv
run: pipx inject ansible-core passlib

- name: Run playbook
uses: dawidd6/action-ansible-playbook@009b88e9b8894bd8838475d799b7dca5024e91d5
with:
Expand Down

0 comments on commit 777877f

Please sign in to comment.