many corrections
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user