1
0
Fork 0
forked from infra/ansible

Install ansible zabbix collection for ansible-lint

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-03-02 16:41:15 +01:00
commit 88eabbfca6

View file

@ -39,7 +39,11 @@ jobs:
steps:
- name: Install testing tools
run: |
dnf install -y ansible-lint nodejs git
dnf install -y ansible-lint nodejs git ansible
- name: Install ansible collections
run: |
ansible-galaxy collection install community.zabbix
- name: Checkout code
uses: https://code.forgejo.org/actions/checkout@v6