From 3177e4da36ffb9a11ba658d97b7d3db72cd0a713 Mon Sep 17 00:00:00 2001 From: rcordier Date: Wed, 22 May 2024 12:00:31 -0400 Subject: [PATCH] wip --- playbooks/hello.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/hello.yml b/playbooks/hello.yml index 5a8a0e4..350cc86 100644 --- a/playbooks/hello.yml +++ b/playbooks/hello.yml @@ -1,11 +1,11 @@ - name: Hello World - hosts: local + hosts: localhost gather_facts: no pre_tasks: - - name: Print debug message + - name: Print debug message v1 debug: msg: Hello, world!