Skip to content
Snippets Groups Projects
Unverified Commit 8331c1f8 authored by Sander Klein's avatar Sander Klein Committed by GitHub
Browse files

Hold the docker-ce-cli (#6995)

This will make sure an upgrade doesn't upgrade the docker cli.
parent f4a69d28
No related branches found
No related tags found
No related merge requests found
......@@ -207,9 +207,12 @@
# This is required to ensure any apt upgrade will not break kubernetes
- name: Tell Debian hosts not to change the docker version with apt upgrade
dpkg_selections:
name: docker-ce
name: "{{ item }}"
selection: hold
when: ansible_os_family in ["Debian"]
with_items:
- docker-ce
- docker-ce-cli
- name: Ensure latest version of libseccomp installed # noqa 403
package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment