From bcce0a06eed53408849c0b8b3b8fa878c4f3e14c Mon Sep 17 00:00:00 2001 From: chsteinle Date: Tue, 11 Jan 2022 08:56:29 +0100 Subject: [PATCH] Check if playbook works without gathering facts. --- nas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.yaml b/nas.yaml index 969f1d1..37b8aa1 100644 --- a/nas.yaml +++ b/nas.yaml @@ -2,7 +2,7 @@ # This playbook creates a backup of odroid and writes it to the nas. - name: Backup odroid to nas. hosts: all - gather_facts: true + gather_facts: false tasks: - name: Backup odroid