fix: 容器化运行deploy任务时删除kubeconfig报错

pull/641/head
gjmzj 2019-06-24 22:12:27 +08:00
parent 07e3f8f751
commit 7736893e03
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#----------- 创建kubectl kubeconfig文件: /root/.kube/config
- block:
- name: 删除原有kubeconfig
file: path=/root/.kube state=absent
file: path=/root/.kube/config state=absent
ignore_errors: true
- name: 下载 group:read rbac 文件