add community.grafana collection install
This commit is contained in:
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
@@ -82,6 +82,10 @@ jobs:
|
|||||||
run: ansible-galaxy collection install community.general
|
run: ansible-galaxy collection install community.general
|
||||||
shell: micromamba-shell {0}
|
shell: micromamba-shell {0}
|
||||||
|
|
||||||
|
- name: "Install community.grafana collection"
|
||||||
|
run: ansible-galaxy collection install community.grafana
|
||||||
|
shell: micromamba-shell {0}
|
||||||
|
|
||||||
- name: "Run Molecule tests"
|
- name: "Run Molecule tests"
|
||||||
if: ${{ matrix.role != '__no_role__' }}
|
if: ${{ matrix.role != '__no_role__' }}
|
||||||
working-directory: ${{ matrix.role }}
|
working-directory: ${{ matrix.role }}
|
||||||
|
|||||||
Reference in New Issue
Block a user