Use requirements.yml for galaxy
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m57s
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m57s
This commit is contained in:
2
.github/workflows/infra.yaml
vendored
2
.github/workflows/infra.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user