update_config/role/shanhai/tasks/glyph.yml
2021-05-15 13:52:16 +08:00

25 lines
434 B
YAML

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