Remove double quotes to fix issue with file path sourcing from 'localfile.py'

This commit is contained in:
weslambert
2022-12-08 16:35:24 -05:00
committed by GitHub
parent 1716cb0297
commit f85fb5ecf9

View File

@@ -1 +1 @@
file_path: "{{ salt['pillar.get']('sensoroni:analyzers:localfile:file_path', '') }}" file_path: {{ salt['pillar.get']('sensoroni:analyzers:localfile:file_path', '') }}