From 57d9c0d3cbce922d05f26c4ce0b9190be4080a71 Mon Sep 17 00:00:00 2001 From: Sergey Malyuk Date: Mon, 15 Dec 2025 12:37:18 +0300 Subject: [PATCH] update dependencies --- .github/workflows/molecule.yml | 8 -------- requirements.yml | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) 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