Mise à jour de 'roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml'

main
admingit 3 years ago
parent 3237b9814c
commit e18c09dee6

@ -13,7 +13,7 @@
set_fact: set_fact:
splunk_install: "{{ not pre_existing_splunk_exec.stat.exists | default(True) }}" splunk_install: "{{ not pre_existing_splunk_exec.stat.exists | default(True) }}"
- name: "Check for existing splunk secret" -name: "Check for existing splunk secret"
stat: stat:
path: "{{ splunk_home_uf }}/etc/auth/splunk.secret" path: "{{ splunk_home_uf }}/etc/auth/splunk.secret"
register: pre_existing_splunk_secret register: pre_existing_splunk_secret

Loading…
Cancel
Save