add community.grafana collection install

This commit is contained in:
Sergey Malyuk
2025-12-12 16:18:53 +03:00
parent 04f73a6f96
commit 35606ab1b3

View File

@@ -82,6 +82,10 @@ jobs:
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 }}