Commit a022f88e authored by nanahira's avatar nanahira

fix srvpro

parent 10f41161
...@@ -35,12 +35,13 @@ ...@@ -35,12 +35,13 @@
state: link state: link
src: '../ygopro' src: '../ygopro'
path: '{{home_path}}/ygopro-server/ygopro' path: '{{home_path}}/ygopro-server/ygopro'
when: install
- name: link windbot repo - name: link windbot repo
file: file:
state: link state: link
src: '../windbot' src: '../windbot'
path: '{{home_path}}/ygopro-server/windbot' path: '{{home_path}}/ygopro-server/windbot'
when: server_type is not defined or server_type != "tournament" when: install and (server_type is not defined or server_type != "tournament")
- name: srvpro directories - name: srvpro directories
file: file:
state: directory state: directory
...@@ -51,3 +52,4 @@ ...@@ -51,3 +52,4 @@
- logs - logs
- config - config
- plugins - plugins
when: install
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