Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Mar 2, 2018
1 parent ed70790 commit 9d83fe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 99.clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
with_items:
- "/var/lib/kubelet/"
- "/var/lib/kube-proxy/"
- "/etc/kubernetes/"
- "/etc/systemd/system/kubelet.service"
- "/etc/systemd/system/kube-proxy.service"
# - "/root/local/bin/"
Expand All @@ -36,7 +35,6 @@
- "/etc/systemd/system/kube-apiserver.service"
- "/etc/systemd/system/kube-controller-manager.service"
- "/etc/systemd/system/kube-scheduler.service"
- "/etc/kubernetes/"

- hosts:
- kube-master
Expand Down Expand Up @@ -123,7 +121,7 @@
- deploy
- etcd
- lb
task:
tasks:
- name: 清理证书目录和文件
file: name={{ item }} state=absent
with_items:
Expand Down

0 comments on commit 9d83fe5

Please sign in to comment.