Skip to content

Commit 009a6e7

Browse files
committed
chore: use the correct molecule driver package
1 parent 7bf4129 commit 009a6e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get update
4949
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
5050
python -m pip install --upgrade pip
51-
pip install molecule[docker] yamllint ansible ansible-lint docker
51+
pip install molecule-plugins[docker] yamllint ansible ansible-lint docker
5252
5353
- name: Run role test
5454
run: >-

.github/workflows/gcsfuse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt-get update
4444
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
4545
python -m pip install --upgrade pip
46-
pip install molecule[docker] yamllint ansible ansible-lint docker
46+
pip install molecule-plugins[docker] yamllint ansible ansible-lint docker
4747
4848
- name: Run role test
4949
run: >-

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ Run `ansible-test integration`. Currently some tests are disabled as [test are b
124124
### Prequisites for role tests
125125

126126
If you would like to use podman, you must
127-
install the `molecule[podman]` package in PyPI:
127+
install the `molecule-plugins[podman]` package in PyPI:
128128

129129
```
130-
pip install --upgrade molecule[podman]
130+
pip install --upgrade molecule-plugins[podman]
131131
```
132132

133133
### Running role tests

0 commit comments

Comments
 (0)