fix condition of kibana pull action

Change-Id: Ia459d8b9925b22b23c90a33364da6ef40f4b1a70
This commit is contained in:
binhong.hua 2018-08-31 14:32:44 +08:00
parent 3f14a99f2a
commit 1e26b05fe0

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 }}"