- name: Simple Test hosts: localhost gather_facts: false become: false tasks: - name: Say hello, Bob ansible.builtin.debug: msg: Hi.