Browse Source

Clean up residual files (#7722)

* Clean up residual files

When reset, you need to clean up to the kerw directory.

* Update main.yml
pull/7727/head
jayonlau 3 years ago
committed by GitHub
parent
commit
e83728897b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/reset/tasks/main.yml

1
roles/reset/tasks/main.yml

@ -301,6 +301,7 @@
- /etc/bash_completion.d/kubectl.sh
- /etc/bash_completion.d/crictl
- /etc/bash_completion.d/nerdctl
- /etc/bash_completion.d/krew
- "{{ krew_root_dir | default('/usr/local/krew') }}"
ignore_errors: yes
tags:

Loading…
Cancel
Save