Check if playbook works without gathering facts.

This commit is contained in:
chsteinle
2022-01-11 08:56:29 +01:00
parent 45743abf62
commit bcce0a06ee

View File

@@ -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