|
|
|
@ -38,7 +38,6 @@
|
|
|
|
hosts: all:!splunk_deployement_TIC:!splunk_monitoring_TIC:!splunk_uf_Linux_TIC
|
|
|
|
hosts: all:!splunk_deployement_TIC:!splunk_monitoring_TIC:!splunk_uf_Linux_TIC
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: Supprimer le répertoire non fonctionnel dans Splunk
|
|
|
|
- name: Supprimer le répertoire non fonctionnel dans Splunk
|
|
|
|
when: splunk_dir.stat.exists
|
|
|
|
|
|
|
|
file:
|
|
|
|
file:
|
|
|
|
path: /opt/splunk/etc/apps/01-Conf_deploy_client
|
|
|
|
path: /opt/splunk/etc/apps/01-Conf_deploy_client
|
|
|
|
state: absent
|
|
|
|
state: absent
|
|
|
|
|