Commit 587de46a authored by nanahira's avatar nanahira

update

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