1
0
Fork 0
forked from infra/ansible

Fix ansible-lint forgejo action

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-05-04 14:28:01 +02:00
commit 1250c0d961

View file

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