Add Hello World

This commit is contained in:
Patrick Toal
2018-08-08 21:04:24 -04:00
parent ad2b0ce273
commit 646bed93c2
2 changed files with 11 additions and 0 deletions

1
files/hello.txt Normal file
View File

@@ -0,0 +1 @@
Hello World

10
hello.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Install /tmp/hello.txt
hosts: all
tasks:
- name: Install hello file
copy:
src: files/hello.txt
dest: /tmp/hello.txt