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