Use versions and new pytest package
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-10 14:08:48 +01:00
parent ebc675f8ff
commit f064ae3d5c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 6 deletions

View File

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