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!