ansible/test/integration/targets/apt/tasks
Pilou 226bf7b227 apt target: use 'until' when the cache is updated (#65456)
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,
        [...]
2019-12-12 12:45:54 -07:00
..
apt-builddep.yml
apt-multiarch.yml apt target: use 'until' when the cache is updated (#65456) 2019-12-12 12:45:54 -07:00
apt.yml apt target: use 'until' when the cache is updated (#65456) 2019-12-12 12:45:54 -07:00
main.yml
repo.yml apt: remove deprecated installed/removed aliases (#55338) 2019-04-16 11:42:53 -04:00
upgrade.yml Fixes #56832: Remove warning when falling back to apt-get if aptitude is missing. (#61782) 2019-09-12 15:29:36 -04:00