forked from infra/ansible
Install ansible zabbix collection for ansible-lint
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
8146e99e1b
commit
88eabbfca6
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue