Check if playbook works without gathering facts.
This commit is contained in:
2
nas.yaml
2
nas.yaml
@@ -2,7 +2,7 @@
|
|||||||
# This playbook creates a backup of odroid and writes it to the nas.
|
# This playbook creates a backup of odroid and writes it to the nas.
|
||||||
- name: Backup odroid to nas.
|
- name: Backup odroid to nas.
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: true
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Backup odroid
|
- name: Backup odroid
|
||||||
|
|||||||
Reference in New Issue
Block a user