diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 5fcb13d..2fde508 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -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 }} diff --git a/requirements.yml b/requirements.yml index a0cd255..493187f 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,6 @@ --- collections: - name: ansible.posix + - name: community.general + - name: community.grafana + - name: community.docker