update_config/role/dsgmv/tasks/shipin.yml
2021-06-01 10:39:36 +08:00

25 lines
437 B
YAML

---
- name: 下载 shipin
local_action: subversion
args:
repo: "{{svn}}/dsgmv/trunk/client/res/samejson/shipin.json"
dest: "{{ansible_role_name}}/files/shipin.json"
username: "{{username}}"
password: "{{password}}"
export: yes
force: yes
- name: 拷贝到gm
copy:
src: shipin.json
dest: "{{gmdir}}/{{gmgame}}"
- name: 拷贝到gc
copy:
src: shipin.json
dest: "{{gcdir}}/{{gmgame}}"