- name: Hello world hosts: all become: false gather_facts: false tasks: - name: Say Hello world ansible.builtin.debug: msg: Hello world!