From 15ffff895c767f42857c0eda57a7d4eb38ec5cd0 Mon Sep 17 00:00:00 2001 From: Harald Koch Date: Sun, 14 Jan 2024 12:02:33 -0500 Subject: [PATCH] chore: I found minor spelling errors (#1153) --- bootstrap/templates/ansible/k3s/playbooks/tasks/cruft.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/templates/ansible/k3s/playbooks/tasks/cruft.yaml.j2 b/bootstrap/templates/ansible/k3s/playbooks/tasks/cruft.yaml.j2 index f22ad98a268..3a37c1a028a 100644 --- a/bootstrap/templates/ansible/k3s/playbooks/tasks/cruft.yaml.j2 +++ b/bootstrap/templates/ansible/k3s/playbooks/tasks/cruft.yaml.j2 @@ -2,7 +2,7 @@ # https://github.com/k3s-io/k3s/issues/1971 - name: Cruft block: - - name: Cruft | Get list of custom mantifests + - name: Cruft | Get list of custom manifests ansible.builtin.find: paths: "{% raw %}{{ k3s_server_manifests_dir }}{% endraw %}" file_type: file @@ -10,7 +10,7 @@ patterns: ["^custom-.*"] register: custom_manifest - - name: Cruft | Delete custom mantifests + - name: Cruft | Delete custom manifests ansible.builtin.file: path: "{% raw %}{{ item.path }}{% endraw %}" state: absent