diff --git a/hello.yml b/hello.yml index 37a99ba..3ee6e41 100644 --- a/hello.yml +++ b/hello.yml @@ -1,15 +1,10 @@ ---- - name: Hello world hosts: localhost connection: local - become: no - gather_facts: no - + become: false + gather_facts: false tasks: - - name: Say Hello world - ansible.builtin.debug: - msg: Hello world! - - -... + - name: Say Hello world + ansible.builtin.debug: + msg: Hello world!