Skip to content

Commit da17cd1

Browse files
author
Mason Morales
authored
Merge pull request #44 from Jalkar/bugfix/idempotency
#27 - Correction of the Idempotency of the tasks
2 parents 9a0c68e + 6643110 commit da17cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/splunk/tasks/install_splunk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
name: "{{ splunk_nix_user }}"
1414
groups: "{{ splunk_nix_group }}"
1515
home: "{{ splunk_home }}"
16+
append: true
1617
state: present
1718
shell: /bin/bash
1819
become: true

0 commit comments

Comments
 (0)