forked from swissmakers_gmbh/awx-testing
Initial hello world playbook
This commit is contained in:
7
hello_world.yml
Normal file
7
hello_world.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Hello World Sample
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Hello Message
|
||||
debug:
|
||||
msg: "Hello World!"
|
||||
|
||||
Reference in New Issue
Block a user