From a17f6088c2fb4bf93ca4a149e6725d50bdfc981d Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 21 Apr 2023 17:37:13 +0200 Subject: [PATCH] comment localhost --- install_splunk_uf.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install_splunk_uf.yml b/install_splunk_uf.yml index d000f17..f60bbb8 100755 --- a/install_splunk_uf.yml +++ b/install_splunk_uf.yml @@ -18,10 +18,10 @@ - splunk_common_uf tags: all,installation -- hosts: localhost - connection: local - tasks: - - name: Cleanup secret - file: - dest: "/tmp/splunk_secret" - state: "absent" \ No newline at end of file +# - hosts: localhost +# connection: local +# tasks: +# - name: Cleanup secret +# file: +# dest: "/tmp/splunk_secret" +# state: "absent" \ No newline at end of file