--- - name: Ping Linux hosts hosts: "{{ hosts_servers }}" remote_user: awx become: yes become_method: sudo tasks: - name: Ping Linux hosts using ping module ansible.builtin.ping: