From 24d4f6aa03156050e4140e76ff87bff3c056d3ec Mon Sep 17 00:00:00 2001 From: "B.E. Droge" Date: Mon, 21 Mar 2022 15:27:39 +0100 Subject: [PATCH] test playbook --- hello.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello.yml 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!