diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index d6a8310..5d2afee 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -1,9 +1,9 @@ - name: Copie de la configuration du deploiment server become: yes - become_user: root + become_user: splunk hosts: all tasks: - name: Copier le répertoire copy: src: "{{ playbook_dir }}/Apps_for_Splunk/01-Conf_deploy_client" - dest: /op/splunkforwarder/etc/apps/ \ No newline at end of file + dest: /opt/splunkforwarder/etc/apps/ \ No newline at end of file