diff --git a/hello.yml b/hello.yml new file mode 100644 index 0000000..ec15da9 --- /dev/null +++ b/hello.yml @@ -0,0 +1,8 @@ +--- +- name: Echo + hosts: peregrine + + tasks: + - name: Print hello + debug: + msg: Hello, world!