--- - name: ping module hosts: linux:proxmox gather_facts: no become: false tasks: - name: test connection ansible.builtin.ping: