This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
5928918352
ansible
/
test
/
integration
/
targets
/
setup_docker
/
vars
/
Fedora.yml
5 lines
59 B
YAML
Raw
Normal View
History
Unescape
Escape
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.
2020-01-08 23:13:49 +01:00
docker_prereq_packages
:
[
]
Improve setup_docker tests to work with RHEL 8 GA (#58649) - use include_vars to set appropriate packages and pip packages per distribution and version - install an older version of Docker CE on RHEL 8 since a dependency is unavailable - disable warnings on tasks that are ok - skip tests for CentOS/RHEL 6
2019-07-03 20:24:24 +02:00
docker_packages
:
-
docker-ce
Reference in a new issue
Copy permalink