1 2 3 4 5 6 7 8 9
--- - hosts: localhost connection: local gather_facts: no tasks: - command: echo "no name" # should generate 502 - name: Another task debug: msg: debug message