mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
removed typo ':'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user