update
This commit is contained in:
parent
743dfc8052
commit
5666f6e02c
@ -5,7 +5,12 @@
|
||||
args:
|
||||
repo: "http://git.legu.cc/wuhao/data_cleaning.git"
|
||||
dest: "{{ansible_role_name}}/files/data_cleaning"
|
||||
archive: "{{ansible_role_name}}/files/data_cleaning.tar.gz"
|
||||
|
||||
clone: no
|
||||
update: no
|
||||
|
||||
- name: 压缩代码
|
||||
local_action: archive
|
||||
args:
|
||||
path: "{{ansible_role_name}}/files/data_cleaning/"
|
||||
dest: "{{ansible_role_name}}/files/data_cleaning.tar.gz"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user