We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cb37f commit 67114f3Copy full SHA for 67114f3
roles/splunk/tasks/configure_license.yml
@@ -71,7 +71,7 @@
71
path: "{{ splunk_home }}/etc/system/local/server.conf"
72
section: general
73
option: pass4SymmKey
74
- value: "{{ pass4SymmKey }}"
+ value: "{{ splunk_general_key }}"
75
owner: "{{ splunk_nix_user }}"
76
group: "{{ splunk_nix_group }}"
77
become: yes
0 commit comments