update dependencies

This commit is contained in:
Sergey Malyuk
2025-12-15 12:37:18 +03:00
parent b2277e43ba
commit 57d9c0d3cb
2 changed files with 3 additions and 8 deletions

View File

@@ -78,14 +78,6 @@ jobs:
run: ansible-galaxy install -r requirements.yml
shell: micromamba-shell {0}
- name: "Install community.general collection"
run: ansible-galaxy collection install community.general
shell: micromamba-shell {0}
- name: "Install community.grafana collection"
run: ansible-galaxy collection install community.grafana
shell: micromamba-shell {0}
- name: "Run Molecule tests"
if: ${{ matrix.role != '__no_role__' }}
working-directory: ${{ matrix.role }}

View File

@@ -1,3 +1,6 @@
---
collections:
- name: ansible.posix
- name: community.general
- name: community.grafana
- name: community.docker