This integration target can be unstable due to network/mirror issues: TASK [apt : uninstall hello with apt] *** fatal: [testhost]: FAILED! => { "changed": false, "cmd": "apt-get update", "msg": "E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/source/Sources.gz File has unexpected size (354740 != 354745). Mirror sync in progress? [...]", "rc": 100, [...]
* apt: include arch in check for installed packages on multi-arch systems Thanks: Stefan Löwen <stefan.loewen@gmail.com> Fixes: #24673 * add an integration test for apt's multi-arch handling