File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
sudo apt-get update
49
49
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
50
50
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
52
52
53
53
- name : Run role test
54
54
run : >-
Original file line number Diff line number Diff line change 43
43
sudo apt-get update
44
44
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
45
45
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
47
47
48
48
- name : Run role test
49
49
run : >-
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ Run `ansible-test integration`. Currently some tests are disabled as [test are b
124
124
### Prequisites for role tests
125
125
126
126
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:
128
128
129
129
```
130
- pip install --upgrade molecule[podman]
130
+ pip install --upgrade molecule-plugins [podman]
131
131
```
132
132
133
133
### Running role tests
You can’t perform that action at this time.
0 commit comments