This commit is contained in:
parent
f918b88e8d
commit
589b0cb347
14
Dockerfile
14
Dockerfile
@ -32,10 +32,10 @@ setuptools
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
python3 -m pip install \
|
python3 -m pip install \
|
||||||
"ansible-lint<5" \
|
"ansible-lint<6" \
|
||||||
ansible==2.10.7 \
|
"ansible<3" \
|
||||||
molecule-docker==0.2.4 \
|
"molecule-docker<1" \
|
||||||
molecule-hetznercloud==1.0.0 \
|
"molecule-hetznercloud<2" \
|
||||||
molecule==3.2.3 \
|
"molecule<4" \
|
||||||
pytest-testinfra==6.1.0 \
|
"pytest-testinfra<7" \
|
||||||
yamllint==1.26.0
|
"yamllint<2"
|
||||||
|
Loading…
Reference in New Issue
Block a user