master
JocelynPa 3 years ago
parent 5a2a8cae42
commit 0b072d619a

@ -5,6 +5,11 @@
when: when:
- splunk_get_fact is not defined - splunk_get_fact is not defined
- name: "Boot-Start Splunk via cli"
command: "{{ splunk_exec }} enable boot-start"
become: yes
become_user: "{{ splunk_user }}"
- hosts: all_splunk_instances - hosts: all_splunk_instances
serial: serial:
- 1 - 1
@ -40,8 +45,3 @@
owner: splunk owner: splunk
group: splunk group: splunk
state: directory state: directory
- name: "Boot-Start Splunk via cli"
command: "{{ splunk_exec }} enable boot-start"
become: yes
become_user: "{{ splunk_user }}"
Loading…
Cancel
Save