From ada000c689af0b8902fe56c765ce5f91a5d24e5d Mon Sep 17 00:00:00 2001 From: Vlad R Date: Thu, 28 Oct 2021 10:50:08 +0100 Subject: [PATCH] Removed facts collection from reboot playbook --- home_linux/reboot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/home_linux/reboot.yml b/home_linux/reboot.yml index 0a84514..e2dcf31 100644 --- a/home_linux/reboot.yml +++ b/home_linux/reboot.yml @@ -1,6 +1,7 @@ --- - name: Reboot the Raspberries hosts: all + gather_facts: no roles: - common become: yes