Skip to content
Snippets Groups Projects
Commit 1baee488 authored by Etienne Champetier's avatar Etienne Champetier Committed by Kubernetes Prow Robot
Browse files

containerd: remove duplicate package pining task


Leave it with the install instead of the repo config

Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
parent 7433b70d
No related branches found
No related tags found
No related merge requests found
......@@ -24,16 +24,6 @@
- ansible_os_family in ['Ubuntu', 'Debian']
- containerd_repo_info.repos|length > 0
# This is required to ensure any apt upgrade will not break kubernetes
- name: Set containerd pin priority to apt_preferences on Debian family
template:
src: "apt_preferences.d/debian_containerd.j2"
dest: "/etc/apt/preferences.d/containerd"
owner: "root"
mode: 0644
when:
- ansible_os_family in ['Ubuntu', 'Debian']
- name: Configure containerd repository on Fedora
template:
src: "fedora_containerd.repo.j2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment