Skip to content

Commit d432244

Browse files
Merge pull request #761 from splunk/develop
Release 9.1.2
2 parents e78edb6 + 4651010 commit d432244

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Changelog
22

33
## Navigation
4+
* [9.1.2](#912)
45
* [9.1.1](#911)
56
* [9.1.0.2](#9102)
67
* [9.1.0.1](#9101)
@@ -78,6 +79,15 @@
7879

7980
---
8081

82+
## 9.1.2
83+
84+
#### Changes
85+
* Support for latest major Splunk release
86+
* Documentation updates
87+
* Bugfixes for Splunk-Ansible
88+
89+
---
90+
8191
## 9.1.1
8292

8393
#### Changes

roles/splunk_common/tasks/set_config_stanza.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
section: "{{ stanza_name }}"
1919
option: "{{ stanza_setting.key }}"
2020
value: "{{ stanza_setting.value }}"
21-
allow_no_value: True
21+
allow_no_value: False
2222
state: present
2323
mode: 0660
2424
owner: "{{ splunk.user }}"

0 commit comments

Comments
 (0)