Fixing a spelling error in configure_node_for_k8s
This commit is contained in:
parent
81ccce4795
commit
0f03fc4f85
@ -74,7 +74,7 @@
|
||||
|
||||
- name: Build default containerd config
|
||||
ansible.builtin.shell:
|
||||
cmd: set -o pipefail && mkdir -p /etc/containerd && containered config default | tee /etc/containerd/config.toml
|
||||
cmd: set -o pipefail && mkdir -p /etc/containerd && containerd config default | tee /etc/containerd/config.toml
|
||||
changed_when: false
|
||||
|
||||
- name: Restart containerd
|
||||
|
Loading…
Reference in New Issue
Block a user