Commit 83560db3 authored by nanahira's avatar nanahira

update

parent 51995cfa
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
- name: link ygopro - name: link ygopro
file: file:
state: link state: link
src: '{{home_path}}/ygopro/bin/release/ygopro' src: './bin/release/ygopro'
path: '{{home_path}}/ygopro/ygopro' path: '{{home_path}}/ygopro/ygopro'
- name: windbot - name: windbot
git: git:
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
- name: link windbot.exe - name: link windbot.exe
file: file:
state: link state: link
src: '{{home_path}}/windbot/bin/Release/WindBot.exe' src: './bin/Release/WindBot.exe'
path: '{{home_path}}/windbot/WindBot.exe' path: '{{home_path}}/windbot/WindBot.exe'
- name: link cards.cdb - name: link cards.cdb
file: file:
...@@ -173,6 +173,7 @@ ...@@ -173,6 +173,7 @@
file: file:
path: ~/.npm path: ~/.npm
owner: '{{ansible_user_id}}' owner: '{{ansible_user_id}}'
group: '{{ansible_user_id}}'
recurse: true recurse: true
when: "ansible_user_id != 'root'" when: "ansible_user_id != 'root'"
- name: srvpro npm - name: srvpro npm
...@@ -181,12 +182,12 @@ ...@@ -181,12 +182,12 @@
- name: link ygopro repo - name: link ygopro repo
file: file:
state: link state: link
src: '{{home_path}}/ygopro' src: '../ygopro'
path: '{{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: '../windbot'
path: '{{home_path}}/ygopro-server/windbot' path: '{{home_path}}/ygopro-server/windbot'
- name: stop firewalld - name: stop firewalld
become: true become: true
......
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