summaryrefslogtreecommitdiff
path: root/roles/containerd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-16 23:57:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-16 23:57:31 +0200
commit5f925ca116c23a51d3043ebab314b15ff8e21ae4 (patch)
tree620d5da748f2d49a4071a1a5ae1cb48c6124f4ed /roles/containerd
parentMerge branch 'topic/apt-hold-vs-pin' (diff)
all hosts have been converted to use apt pinning
Diffstat (limited to 'roles/containerd')
-rw-r--r--roles/containerd/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/containerd/tasks/main.yml b/roles/containerd/tasks/main.yml
index 56970268..780b0aa9 100644
--- a/roles/containerd/tasks/main.yml
+++ b/roles/containerd/tasks/main.yml
@@ -41,12 +41,6 @@
## TODO: replace force with allow_downgrade once the following change is available (ansible >= 5.0)
## https://github.com/ansible/ansible/pull/74852
- ## TODO: remove this when all machines are migrated to use pin files
-- name: unhold packages (we now use APT pinning)
- dpkg_selections:
- name: "{{ containerd_pkg_name }}"
- selection: install
-
- name: fetch containerd default config
check_mode: no
command: containerd config default