8 lines
162 B
Text
8 lines
162 B
Text
---
|
|
- name: Hello world
|
|
hosts: ansibleclient01.local
|
|
tasks:
|
|
- name: hello world
|
|
copy:
|
|
content: hello worldn
|
|
dest: /tmp/testfile.txt
|