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