--- - name: Ping all hosts hosts: all gather_facts: false tasks: - name: Send an Ansible Ping ansible.builtin.ping: