Fixing a spelling error in configure_node_for_k8s

This commit is contained in:
Bradley Bickford 2024-09-24 19:47:22 -04:00
parent 81ccce4795
commit 0f03fc4f85

View File

@ -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