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