--- # Connectivity check — verify all hosts are reachable before a real run. - name: Ping all hosts hosts: all gather_facts: false tasks: - name: Ping ansible.builtin.ping: