mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
fix: role test requirements
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
39213cfd13
commit
59eb8438fa
3 changed files with 5 additions and 14 deletions
1
roles/node_exporter/test-requirements.txt
Normal file
1
roles/node_exporter/test-requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bcrypt
|
|
@ -1,8 +0,0 @@
|
||||||
molecule>=3.0.0
|
|
||||||
molecule-docker
|
|
||||||
docker
|
|
||||||
ansible-lint>=3.4.0
|
|
||||||
testinfra>=1.7.0
|
|
||||||
jmespath
|
|
||||||
selinux
|
|
||||||
passlib
|
|
|
@ -1,10 +1,8 @@
|
||||||
# temporarily lock versions of molecule and ansible-compat to avoid a bug:
|
molecule
|
||||||
ansible-compat==0.5.0
|
|
||||||
molecule==3.5.2
|
|
||||||
molecule-docker
|
|
||||||
docker
|
docker
|
||||||
ansible-lint>=3.4.0
|
ansible-lint
|
||||||
testinfra>=1.7.0
|
pytest-testinfra
|
||||||
jmespath
|
jmespath
|
||||||
selinux
|
selinux
|
||||||
passlib
|
passlib
|
||||||
|
yamllint
|
||||||
|
|
Loading…
Reference in a new issue