Commit 3fce8280 authored by nanahira's avatar nanahira

update

parent 9ba998b2
......@@ -202,6 +202,16 @@
state: link
src: '../windbot'
path: '{{home_path}}/ygopro-server/windbot'
- name: directories
file:
state: directory
path: '{{ home_path }}/{{ item }}'
with_items:
- ygopro/replay
- ygopro-server/decks
- ygopro-server/replays
- ygopro-server/logs
- ygopro-server/config
- name: stop firewalld
become: true
systemd:
......
......@@ -22,6 +22,14 @@
#- name: srvpro npm
# npm:
# path: '{{home_path}}/ygopro-server'
- name: challonge
git:
repo: 'https://github.com/moecube/challonge'
dest: '{{home_path}}/ygopro-server/challonge'
version: master
force: true
accept_hostkey: true
track_submodules: true
- name: windbot
git:
repo: 'https://github.com/{{fork}}/windbot'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment