DEV-315: fixed ansible error to get ansible-lint initially running

master
friedrich goerz 4 years ago committed by Görz, Friedrich
parent 591e40a283
commit 9ae762b6e1

@ -74,7 +74,9 @@
set_fact:
panelsJSON: '{{ (''[{"version":"7.16.1","type":"search","gridData":{"x":0,"y":0,"w":48,"h":28,"i":"'' + ( panelindex_uuid | string ) + ''"},"panelIndex":"'' + ( panelindex_uuid | string ) + ''","embeddableConfig":{"enhancements":{}},"panelRefName":"panel_'' + ( panelindex_uuid | string ) + ''"}]'') | string }}'
- set_fact:
-
delegate_to: localhost
set_fact:
ref_obj_modified:
attributes:
title: '{{ elastic_dashboard.attributes.title }}'
@ -82,7 +84,6 @@
references:
-
name: '{{ panelindex_uuid }}'
delegate_to: localhost
type: 'search'
id: '{{ lookup_search_object[0].id }}'
when:

@ -65,12 +65,13 @@
- debug:
msg: 'lookup_indexpattern_object:{{ lookup_indexpattern_object }}'
- set_fact:
-
delegate_to: localhost
set_fact:
ref_obj_modified:
references:
-
name: '{{ elastic_search.references[0].name }}'
delegate_to: localhost
type: 'index-pattern'
id: '{{ lookup_indexpattern_object[0].id }}'
when:

Loading…
Cancel
Save