removed typo ':'

This commit is contained in:
Staf Wagemakers 2020-07-24 20:21:38 +02:00
parent e8b0b89d5d
commit 7bab4cb165

View File

@ -9,7 +9,7 @@
- k3s
- k3s-node
:- name: pkill -9 -f "k3s/data/[^/]+/bin/containerd-shim-runc"
- name: pkill -9 -f "k3s/data/[^/]+/bin/containerd-shim-runc"
register: pkill_containerd_shim_runc
command: pkill -9 -f "k3s/data/[^/]+/bin/containerd-shim-runc"
changed_when: "pkill_containerd_shim_runc.rc == 0"