Files
toallab-automation/hello.yml
2018-08-08 21:04:24 -04:00

11 lines
152 B
YAML

---
- name: Install /tmp/hello.txt
hosts: all
tasks:
- name: Install hello file
copy:
src: files/hello.txt
dest: /tmp/hello.txt