firmitas: ensure the contents of the slurped file is stored in var
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
54003d7b5e
commit
25b782ea9d
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ metadata:
|
|||
namespace: "{{ firmitas_namespace }}"
|
||||
data:
|
||||
myconfig.py:
|
||||
"{{ firmitas_myconfig_py_file }}"
|
||||
"{{ firmitas_myconfig_py_file['content'] }}"
|
||||
certlist.yml:
|
||||
"{{ firmitas_certlist_yml_file }}"
|
||||
"{{ firmitas_certlist_yml_file['content'] }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue