add ansible to requirements file

This commit is contained in:
Gabriel Augendre 2024-10-11 11:51:33 +02:00
parent 30e07ae069
commit ef51a0608c
3 changed files with 2 additions and 2 deletions

View file

@ -3,3 +3,4 @@ profile: production
strict: true strict: true
exclude_paths: exclude_paths:
- "**/*docker-compose.yaml" - "**/*docker-compose.yaml"
- .github/

View file

@ -18,8 +18,6 @@ jobs:
cache: pip cache: pip
# Set this option if you want the action to check for the latest available version that satisfies the version spec. # Set this option if you want the action to check for the latest available version that satisfies the version spec.
check-latest: true check-latest: true
- name: Install ansible
run: pip install ansible
- name: Run ansible - name: Run ansible
run: | run: |
export KEY_FILE=$(mktemp) export KEY_FILE=$(mktemp)

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
ansible