Browse Source
Clean up residual files about /usr/libexec (#7756)
When reset, need to clean up directory /usr/libexec.
pull/7772/head
jayonlau
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/reset/tasks/main.yml
|
|
@ -305,6 +305,7 @@ |
|
|
|
- "{{ krew_root_dir | default('/usr/local/krew') }}" |
|
|
|
- /etc/modules-load.d/kube_proxy-ipvs.conf |
|
|
|
- /etc/modules-load.d/kubespray-br_netfilter.conf |
|
|
|
- /usr/libexec/kubernetes |
|
|
|
ignore_errors: yes |
|
|
|
tags: |
|
|
|
- files |
|
|
|