--- - name: Ping all hosts hosts: all gather_facts: false tasks: - name: Ping ansible.builtin.ping: {}