---
- hosts: all
gather_facts: no
tasks:
- name: Wait for system to become reachable
wait_for_connection:
- name: Gather facts for the first time
setup:
- name: ensure file exists
copy:
content: ""
dest: /root/testje
force: false
group: sys
owner: root
mode: 0555