many corrections

This commit is contained in:
Ludovic Cartier
2021-05-25 18:25:22 +02:00
parent 956515f6ab
commit 7e91930523
17 changed files with 162 additions and 100 deletions

View File

@ -17,3 +17,11 @@
that: "'docker-ce' in ansible_facts.packages"
tags:
- prometheus
- name: 'prometheus | assert | check if docker pyhon libraries are installed'
assert:
that:
- "'python-docker' in ansible_facts.packages"
- "'python3-docker' in ansible_facts.packages"
tags:
- prometheus