mirror of https://github.com/ansible/ansible.git
Pretty-print "msg" when task fails
Several modules (e.g., pip) return stdout and stderr together in a "msg" variable (and the module development docs seem to suggest that the standard practice is to return status in this variable). This change ensures that it is printed out with correct formatting (most importantly, with newlines appearing as newlines instead of \n).pull/1648/head
parent
4399d9c3cb
commit
1c5ac5cac8
Loading…
Reference in New Issue