Skip to content
Snippets Groups Projects
Commit 77148774 authored by Václav Bartoš's avatar Václav Bartoš
Browse files

fixed nifi-update-config

"nifisecret" is needed in nifi.properties.j2, but it was undefied
parent 89049938
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
format: gz format: gz
when: not flowfile.stat.exists when: not flowfile.stat.exists
- name: Get openid authkey
remote_user: nifi
set_fact:
nifisecret: "{{lookup('file', '{{playbook_dir}}/secrets/tokens/nifisecret',convert_data=False)}}"
- name: Configure NiFi boostrap properties - name: Configure NiFi boostrap properties
remote_user: nifi remote_user: nifi
template: template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment