Skip to content

Commit

Permalink
chore: I found minor spelling errors (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldkoch committed Jan 14, 2024
1 parent 4eaadd4 commit 15ffff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/templates/ansible/k3s/playbooks/tasks/cruft.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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
use_regex: true
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
Expand Down

0 comments on commit 15ffff8

Please sign in to comment.