update_config/role/dasanguo/tasks/shipin.yml
2021-04-16 09:46:22 +08:00

25 lines
440 B
YAML

---
- name: 下载 shipin
local_action: subversion
args:
repo: "{{svn}}/dasanguo/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}}"