diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 63673333da..9e409437b3 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -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