This commit is contained in:
kf_wuhao 2021-01-13 20:44:06 +08:00
parent 41bde1193c
commit a78be95ff7

View File

@ -1,6 +1,12 @@
---
- name: 删除仓库
local_action: file
args:
state: absent
path: "{{ansible_role_name}}/files/data_cleaning"
- name: 更新代码
- name: 下载代码
local_action: git
args:
repo: "http://git.legu.cc/wuhao/data_cleaning.git"