diff --git a/hello.yml b/hello.yml index 80d8821..37a99ba 100644 --- a/hello.yml +++ b/hello.yml @@ -8,7 +8,7 @@ tasks: - name: Say Hello world - debug: + ansible.builtin.debug: msg: Hello world!