update
This commit is contained in:
parent
41bde1193c
commit
a78be95ff7
@ -1,6 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
- name: 删除仓库
|
||||||
|
local_action: file
|
||||||
|
args:
|
||||||
|
state: absent
|
||||||
|
path: "{{ansible_role_name}}/files/data_cleaning"
|
||||||
|
|
||||||
- name: 更新代码
|
|
||||||
|
- name: 下载代码
|
||||||
local_action: git
|
local_action: git
|
||||||
args:
|
args:
|
||||||
repo: "http://git.legu.cc/wuhao/data_cleaning.git"
|
repo: "http://git.legu.cc/wuhao/data_cleaning.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user