Skip to content

Commit

Permalink
Initial hello world playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Apr 13, 2016
1 parent 4d272c3 commit 347e44f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hello_world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Hello World Sample
hosts: all
tasks:
- name: Hello Message
debug:
msg: "Hello World!"

0 comments on commit 347e44f

Please sign in to comment.