From 2373b73ffe7cd62329015b006ae04c8c9b5af4dc Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 20 Apr 2023 14:54:20 +0200 Subject: [PATCH] include_tasks --- Deploy_UF_Linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Deploy_UF_Linux.yml b/Deploy_UF_Linux.yml index e71e59b..c696733 100644 --- a/Deploy_UF_Linux.yml +++ b/Deploy_UF_Linux.yml @@ -2,5 +2,6 @@ - name: "Deploy Conf for Splunk UniversalForwarder Linux" become: yes hosts: splunk_uf_Linux - roles: - - splunk_deploy_uf_lin \ No newline at end of file + tasks: + - name: Deploy_Uf_LIN + include_tasks: roles/splunk_deploy_ul_lin/tasks/Deploy_Conf-to-uf.yml \ No newline at end of file