- name: ping me harder hosts: foobar tasks: - ping: register: ping_out - name: show ping result hosts: localhost tasks: - debug: var: ping_out