chore: use the correct molecule driver package

This commit is contained in:
Chris Hawk 2023-11-10 14:23:27 -08:00
parent 7bf4129fb3
commit 009a6e7d31
3 changed files with 4 additions and 4 deletions

View file

@ -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: >-

View file

@ -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: >-

View file

@ -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