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