master
JocelynPa 3 years ago
parent 0f7382404a
commit 9e4131651a

@ -5,13 +5,13 @@
tasks:
- name: Suppression du repertoire non fonctionnel
file:
path: /opt/splunk*/etc/apps/
path: /opt/splunk.*/etc/apps/01-Conf_deploy_client
state: absent
force: yes
- name: Copier le répertoire
copy:
src: "{{ playbook_dir }}/Apps_for_Splunk/01-Conf_deploy_client"
dest: /opt/splunk*/etc/apps/
dest: /opt/splunk.*/etc/apps/
owner: splunk
group: splunk
Loading…
Cancel
Save