Skip to content

Commit

Permalink
Update reset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReSearchITEng authored Jul 12, 2024
1 parent c2f3f75 commit d5b2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tools/tasks/reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
file: state=absent path={{ item }}
with_items:
- /var/lib/etcd/member
when: etcd_clean | default(true)
when: etcd_clean | default(false)

- name: systemctl stop kube*.*.slice
shell: 'for i in $(systemctl list-unit-files --no-legend --no-pager -l | grep --color=never -o kube.*\.slice );do echo $i; systemctl stop $i ; done'
Expand Down

0 comments on commit d5b2074

Please sign in to comment.