ansible_xdata/roles/cleaning/tasks/update_code.yml
2021-01-13 19:02:44 +08:00

11 lines
182 B
YAML

---
- name: 更新代码
local_action: git
args:
repo: "http://git.legu.cc/wuhao/data_cleaning.git"
dest: "{{ansible_role_name}}/files/data_cleaning/"
force: yes