Where `testjob.yaml` is ``` - hosts: all tasks: - debug: msg: Hello world! ```