Skip to content

Commit

Permalink
Install passlib in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Jun 28, 2024
1 parent 07cb810 commit 4190c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous Deployment

on:
push:
pull_request:
branches: [ main ]

jobs:
Expand Down
4 changes: 3 additions & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
roles:
- geerlingguy.docker
- geerlingguy.pip
- name: geerlingguy.pip
pip_install_packages:
- name: passlib
- gantsign.inotify

collections:
Expand Down

0 comments on commit 4190c86

Please sign in to comment.