From e3c920867bba0e6533928e953f7447454d7028f7 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 17 Mar 2023 15:58:09 +0100 Subject: [PATCH] update --- Deploy_apps-to_DS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploy_apps-to_DS.yml b/Deploy_apps-to_DS.yml index ed214ae..ec9d5f6 100644 --- a/Deploy_apps-to_DS.yml +++ b/Deploy_apps-to_DS.yml @@ -14,7 +14,7 @@ - name: Copier configuration distributsearch copy: src: "{{ playbook_dir }}/Apps_for_DS/For_MC/local/distsearch.conf" - dest: /opt/splunk/etc/apps/system/local/ + dest: /opt/splunk/etc/apps/system/local/distsearch.conf owner: splunk group: splunk @@ -28,4 +28,4 @@ - name: "Restart Splunk via cli" command: "{{ splunk_exec }} restart" become: yes - become_user: "{{ splunk_user }}" \ No newline at end of file + become_user: "{{ privileged_user }}" \ No newline at end of file