- name: ping command: "ping -c1 {{ ping_address }}" register: retorno ignore_errors: true - name: recursivo include_tasks: ping.yml when: retorno.failed