mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 06:48:02 +01:00
add ansible to requirements file
This commit is contained in:
parent
30e07ae069
commit
ef51a0608c
3 changed files with 2 additions and 2 deletions
|
@ -3,3 +3,4 @@ profile: production
|
|||
strict: true
|
||||
exclude_paths:
|
||||
- "**/*docker-compose.yaml"
|
||||
- .github/
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -18,8 +18,6 @@ jobs:
|
|||
cache: pip
|
||||
# Set this option if you want the action to check for the latest available version that satisfies the version spec.
|
||||
check-latest: true
|
||||
- name: Install ansible
|
||||
run: pip install ansible
|
||||
- name: Run ansible
|
||||
run: |
|
||||
export KEY_FILE=$(mktemp)
|
||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
ansible
|
Loading…
Reference in a new issue