From 128fb50e36f97fdc8bf50274bcec5a95cc6db35f Mon Sep 17 00:00:00 2001 From: Vlad R Date: Wed, 2 Aug 2023 13:15:36 +0000 Subject: [PATCH] CHanged the target for the get_logs playbook --- dnaclab_linux/get_logs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnaclab_linux/get_logs.yml b/dnaclab_linux/get_logs.yml index 9709b1d..a4f386a 100644 --- a/dnaclab_linux/get_logs.yml +++ b/dnaclab_linux/get_logs.yml @@ -1,6 +1,6 @@ --- - name: Copy the contents of the "/var/log" folder to the Ansible controller - hosts: all_servers + hosts: all become: yes tasks: