mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 01:40:26 -07:00
chore: use the correct molecule driver package
This commit is contained in:
parent
7bf4129fb3
commit
009a6e7d31
3 changed files with 4 additions and 4 deletions
2
.github/workflows/gcloud.yml
vendored
2
.github/workflows/gcloud.yml
vendored
|
@ -48,7 +48,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: >-
|
||||
|
|
2
.github/workflows/gcsfuse.yml
vendored
2
.github/workflows/gcsfuse.yml
vendored
|
@ -43,7 +43,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: >-
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue