Skip to content
Snippets Groups Projects
Commit 1e26b05f authored by binhong.hua's avatar binhong.hua
Browse files

fix condition of kibana pull action

Change-Id: Ia459d8b9925b22b23c90a33364da6ef40f4b1a70
parent 3f14a99f
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ ...@@ -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 }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment