diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index becda8d..b7095bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,6 @@ jobs: - name: Install test dependencies. run: pip3 install ansible molecule molecule-plugins[docker] - - name: Install role dependencies. - run: ansible-galaxy install -r requirements.yml - - name: Run Molecule tests. run: molecule test --all env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 406c252..184a459 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,9 +57,6 @@ jobs: - name: Install test dependencies. run: pip3 install ansible molecule molecule-plugins[docker] - - name: Install role dependencies. - run: ansible-galaxy install -r requirements.yml - - name: Run Molecule tests. run: molecule test --all env: