multiple corrections for blackbox exporter

This commit is contained in:
Ludovic Cartier
2021-11-15 18:04:43 +01:00
parent 59550049fc
commit 006ea95681
6 changed files with 20 additions and 16 deletions

View File

@ -27,7 +27,7 @@
- name: 'prometheus | assert | check if docker pyhon libraries are installed'
assert:
that:
- "'python-docker' in ansible_facts.packages"
#- "'python-docker' in ansible_facts.packages"
- "'python3-docker' in ansible_facts.packages"
when:
- prometheus_server_enable is defined