mirror of https://github.com/ansible/ansible.git
Returns reason on pkg update error (#44982)
Previously, it returned no additional information:
"msg": "Could not update catalogue"
Now it passes that reason with the error message:
{"changed": false, "msg": "Could not update catalogue [77]: pkg: Insufficient privileges to update the repository catalogue.\n"}
pull/45423/head
parent
cd5d484f7a
commit
8fb589d55e
Loading…
Reference in New Issue