5 lines
98 B
YAML
Raw Normal View History

---
- hosts: all
tasks:
- name: write Hello
shell: echo -n "Hello" >> /tmp/hello_world