fix: install collections
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 22s

This commit is contained in:
2026-03-10 18:40:12 -03:00
parent bdc8dbf875
commit 0ded41f7d0
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,10 @@ jobs:
if: steps.check.outputs.needs_update == 'true'
run: pip install ansible molecule molecule-plugins[podman]
- name: Install Ansible collections
if: steps.check.outputs.needs_update == 'true'
run: ansible-galaxy collection install containers.podman
- name: Update traefik_version
if: steps.check.outputs.needs_update == 'true'
working-directory: ansible_role_proxy