diff options
Diffstat (limited to 'hello_world.yml')
| -rw-r--r-- | hello_world.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hello_world.yml b/hello_world.yml new file mode 100644 index 0000000..20632c6 --- /dev/null +++ b/hello_world.yml @@ -0,0 +1,7 @@ +- name: Hello World Sample + hosts: all + tasks: + - name: Hello Message + debug: + msg: "Hello World!" + |
