Merge "Convert refresh fact to strings"
This commit is contained in:
commit
a9482e571b
@ -67,10 +67,10 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
index_refresh_fact:
|
index_refresh_fact:
|
||||||
attributes:
|
attributes:
|
||||||
fieldFormatMap: "{{ attributes['fieldFormatMap'] | to_json }}"
|
fieldFormatMap: "{{ attributes['fieldFormatMap'] | string }}"
|
||||||
timeFieldName: "{{ attributes['timeFieldName'] }}"
|
timeFieldName: "{{ attributes['timeFieldName'] }}"
|
||||||
title: "{{ attributes['title'] }}"
|
title: "{{ attributes['title'] }}"
|
||||||
fields: "{{ index_fields_format_return['content'] | to_json }}"
|
fields: "{{ index_fields_format_return['content'] | string }}"
|
||||||
|
|
||||||
- name: Put index fields
|
- name: Put index fields
|
||||||
uri:
|
uri:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user