Use versions and new pytest package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ebc675f8ff
commit
f064ae3d5c
12
Dockerfile
12
Dockerfile
@ -26,9 +26,9 @@ setuptools
|
||||
|
||||
RUN \
|
||||
python3 -m pip install \
|
||||
ansible \
|
||||
ansible-lint \
|
||||
molecule \
|
||||
molecule-docker \
|
||||
molecule-hetznercloud \
|
||||
testinfra
|
||||
ansible-lint==5.0.0 \
|
||||
ansible==2.10.7 \
|
||||
molecule-docker==0.2.4 \
|
||||
molecule-hetznercloud==1.0.0 \
|
||||
molecule==3.2.3 \
|
||||
pytest-testinfra==6.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user