forked from infra/ansible
Fix ansible-lint forgejo action
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
c4f2fcfeff
commit
1250c0d961
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue