Cleanup Ansible Playbooks #41

Open
cyclane wants to merge 13 commits from cleanup-playbooks into main
3 changed files with 5 additions and 3 deletions
Showing only changes of commit 202abc79e3 - Show all commits

View File

@ -2,5 +2,3 @@ strict: true
use_default_rules: true
skip_list:
- args[module]
exclude_paths:
- "!infra/**/*playbook.yaml"

View File

@ -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

4
requirements.yml Normal file
View File

@ -0,0 +1,4 @@
collections:
- name: community.general
- name: community.docker
- name: infisical.vault