Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Aug 29, 2024
1 parent 216895b commit 4bb9e32
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install passlib required for `password_hash` ansible filter
uses: actions/checkout@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install -r ansible/requirements.txt
- 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 ansible/requirements.txt

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

0 comments on commit 4bb9e32

Please sign in to comment.