Skip to content

Commit

Permalink
chore: use the correct molecule driver package
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGitsalot committed Nov 10, 2023
1 parent f1fe6f9 commit d13c4d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcsfuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d13c4d6

Please sign in to comment.