mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 12:21:12 +00:00
We invoke /usr/bin/apt inside of the ansible module. When that command exits, it doesn't always include a helpful error message. Include the exit code so that user's have all the information we can gice them as to why apt failed. Addresses #19128