mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +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:
|
||||
ansible-compat==0.5.0
|
||||
molecule==3.5.2
|
||||
molecule-docker
|
||||
molecule
|
||||
docker
|
||||
ansible-lint>=3.4.0
|
||||
testinfra>=1.7.0
|
||||
ansible-lint
|
||||
pytest-testinfra
|
||||
jmespath
|
||||
selinux
|
||||
passlib
|
||||
yamllint
|
||||
|
|
Loading…
Reference in a new issue