Which ad hoc Ansible command tests connectivity to every inventory host with the ping module?
ansible ping -m all
ansible-playbook all -m ping
python3 all -m ping
ansible all -m ping