Use requirements.yml for galaxy
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m57s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m57s
Details
This commit is contained in:
parent
8ab4968371
commit
202abc79e3
|
@ -2,5 +2,3 @@ strict: true
|
|||
use_default_rules: true
|
||||
skip_list:
|
||||
- args[module]
|
||||
exclude_paths:
|
||||
- "!infra/**/*playbook.yaml"
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
apt update
|
||||
apt install -y python3-pip
|
||||
pip3 install -r requirements.txt
|
||||
ansible-galaxy collection install community.general community.docker infisical.vault --force
|
||||
ansible-galaxy collection install -r requirements.yml --force
|
||||
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v6
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
collections:
|
||||
- name: community.general
|
||||
- name: community.docker
|
||||
- name: infisical.vault
|
Loading…
Reference in New Issue