Merge "fix condition of kibana pull action"

This commit is contained in:
Zuul 2018-09-05 15:28:15 +00:00 committed by Gerrit Code Review
commit 2ff923c695

View File

@ -7,5 +7,5 @@
image: "{{ item.value.image }}"
when:
- inventory_hostname in groups[item.value.group]
- item.value.enabled is bool
- item.value.enabled | bool
with_dict: "{{ kibana_services }}"