Skip to content

Commit

Permalink
Inject passlib in ansible venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Sep 2, 2024
1 parent b2b71a2 commit d747202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/requirements.txt

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install passlib required for `password_hash` ansible filter
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install -r .github/requirements.txt
- name: Inject passlib in ansible venv
run: pipx inject ansible passlib

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

0 comments on commit d747202

Please sign in to comment.