Merge pull request #3621 from elementyang/pr-check-docker-packages

fix modify the way of the command 'yum remove xxx', e.g. docker-selin…
This commit is contained in:
Rong Zhang 2018-11-02 18:48:33 +08:00 committed by GitHub
commit 99c139dd5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
- docker
- docker-common
- docker-engine
- docker-selinux
- docker-selinux.noarch
- docker-client
- docker-client-latest
- docker-latest
- docker-latest-logrotate
- docker-logrotate
- docker-engine-selinux
- docker-engine-selinux.noarch
when:
- ansible_os_family == 'RedHat'
- (docker_versioned_pkg[docker_version | string] | search('docker-ce'))