Ensure containerd service unmasking (#8726)

* Force containerd service unmasking

Force systemd to unmask and start service when adding containerd service

* Eliminate restart and move unmasking step

Switch to start instead of restart
Move unmasking to restart handler

* Add unmasking to similar container runtimes

* Add missing service names
This commit is contained in:
Chris Ricker
2022-04-29 11:39:14 -04:00
committed by GitHub
parent fcb4c8fb61
commit 21fc197ee0
4 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
state: restarted
enabled: yes
daemon-reload: yes
masked: no
- name: Containerd | wait for containerd
command: "{{ containerd_bin_dir }}/ctr images ls -q"