5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: write world!
|
|
shell: echo -n " world!" >> /tmp/hello_world |