mirror of https://github.com/ansible/ansible.git
[stable-2.9] Simplify docker_setup on Fedora.
This avoids installing dnf-plugins-core, which breaks the yum and dnf modules
when uninstalling packages using a wildcard after they have already been removed.
This should resolve issues with the yum integration tests failing after docker tests run.
(cherry picked from commit a5c36eedd8)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/66298/head
parent
df37d93754
commit
0e3573640b
@ -1,5 +1,4 @@
|
||||
docker_prereq_packages:
|
||||
- dnf-plugins-core
|
||||
docker_prereq_packages: []
|
||||
|
||||
docker_packages:
|
||||
- docker-ce
|
||||
|
||||
Loading…
Reference in New Issue