diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 63b6aeb..8e820ed 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -41,7 +41,7 @@ jobs: python-version: '3.10' - name: 'Install dependencies' - run: pip3 install ansible molecule molecule-plugins[docker] docker + run: pip3 install ansible molecule molecule-plugins[docker] docker requests - name: 'Run molecule tests' run: |