fix condition of kibana pull action
Change-Id: Ia459d8b9925b22b23c90a33364da6ef40f4b1a70
This commit is contained in:
parent
3f14a99f2a
commit
1e26b05fe0
@ -7,5 +7,5 @@
|
|||||||
image: "{{ item.value.image }}"
|
image: "{{ item.value.image }}"
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups[item.value.group]
|
- inventory_hostname in groups[item.value.group]
|
||||||
- item.value.enabled is bool
|
- item.value.enabled | bool
|
||||||
with_dict: "{{ kibana_services }}"
|
with_dict: "{{ kibana_services }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user