diff --git a/.github/workflows/gcloud.yml b/.github/workflows/gcloud.yml index f7765ece4..20e800a15 100644 --- a/.github/workflows/gcloud.yml +++ b/.github/workflows/gcloud.yml @@ -47,7 +47,7 @@ jobs: sudo apt-get update sudo apt-get install -y docker-ce docker-ce-cli containerd.io python -m pip install --upgrade pip - pip install molecule[docker] yamllint ansible ansible-lint docker + pip install molecule-plugins[docker] yamllint ansible ansible-lint docker - name: Run role test run: >- diff --git a/.github/workflows/gcsfuse.yml b/.github/workflows/gcsfuse.yml index 59d18e6bc..d431abce2 100644 --- a/.github/workflows/gcsfuse.yml +++ b/.github/workflows/gcsfuse.yml @@ -42,7 +42,7 @@ jobs: sudo apt-get update sudo apt-get install -y docker-ce docker-ce-cli containerd.io python -m pip install --upgrade pip - pip install molecule[docker] yamllint ansible ansible-lint docker + pip install molecule-plugins[docker] yamllint ansible ansible-lint docker - name: Run role test run: >- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d82194880..7111abb3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,10 +124,10 @@ Run `ansible-test integration`. Currently some tests are disabled as [test are b ### Prequisites for role tests If you would like to use podman, you must -install the `molecule[podman]` package in PyPI: +install the `molecule-plugins[podman]` package in PyPI: ``` -pip install --upgrade molecule[podman] +pip install --upgrade molecule-plugins[podman] ``` ### Running role tests