Commit 587de46a authored by nanahira's avatar nanahira

update

parent 96711b08
......@@ -129,7 +129,7 @@
file:
state: link
src: '{{home_path}}/ygopro/bin/release/ygopro'
dest: '{{home_path}}/ygopro/ygopro'
path: '{{home_path}}/ygopro/ygopro'
- name: windbot
git:
repo: 'https://github.com/{{fork}}/windbot'
......@@ -146,13 +146,13 @@
file:
state: link
src: '{{home_path}}/windbot/bin/Release/WindBot.exe'
dest: '{{home_path}}/windbot/WindBot.exe'
path: '{{home_path}}/windbot/WindBot.exe'
- name: link cards.cdb
file:
path: '{{home_path}}/windbot'
state: link
src: '{{home_path}}/ygopro/cards.cdb'
dest: '{{home_path}}/windbot/cards.cdb'
path: '{{home_path}}/windbot/cards.cdb'
- name: srvpro
git:
repo: 'https://github.com/{{fork}}/srvpro'
......@@ -175,12 +175,12 @@
file:
state: link
src: '{{home_path}}/ygopro'
dest: '{{home_path}}/ygopro-server/ygopro'
path: '{{home_path}}/ygopro-server/ygopro'
- name: link windbot repo
file:
state: link
src: '{{home_path}}/windbot'
dest: '{{home_path}}/ygopro-server/windbot'
path: '{{home_path}}/ygopro-server/windbot'
- name: stop firewalld
become: true
systemd:
......
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