- hosts: localhost gather_facts: false tasks: # make sure non-JSON data before module output is ignored - name: async ping with invalid locale via ssh ping: async: 10 poll: 1 register: result - debug: var=result