Skip to content

Commit

Permalink
Install passlib in GitHub Actions
Browse files Browse the repository at this point in the history
Needed for Vault decryption.
  • Loading branch information
strugee committed Oct 29, 2024
1 parent 93ee49a commit acc19f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout Repo

Check failure on line 16 in .github/workflows/ansible.yaml

View workflow job for this annotation

GitHub Actions / yamllint

wrong indentation: expected 6 but found 4
uses: actions/checkout@v1

- name: Install passlib
run: pipx inject ansible-core passlib

- name: Install Ansible dependencies
id: init
run: ansible-galaxy install -r requirements.yml -p roles/galaxy/
Expand Down

0 comments on commit acc19f1

Please sign in to comment.