Skip to content

Commit

Permalink
updated: do not allow empty value configs;
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapinglesf committed Sep 8, 2023
1 parent 186c95b commit a38309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/splunk_common/tasks/set_config_stanza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
section: "{{ stanza_name }}"
option: "{{ stanza_setting.key }}"
value: "{{ stanza_setting.value }}"
allow_no_value: True
allow_no_value: False
state: present
mode: 0660
owner: "{{ splunk.user }}"
Expand Down

0 comments on commit a38309d

Please sign in to comment.