--- # Fetch files from remote hosts # # Run: # ansible-playbook -i inventory/hosts tasks/system.fetch-files.yml # # Prepare: # See readme.md and init your workspace - hosts: all roles: - system-fetchfiles