Commit b59d3a65 authored by nanahira's avatar nanahira

use remote premake5

parent 22041345
...@@ -37,11 +37,11 @@ ...@@ -37,11 +37,11 @@
file: file:
path: '{{home_path}}/ygopro-new' path: '{{home_path}}/ygopro-new'
state: absent state: absent
- name: premake5 sync - name: premake5
copy: unarchive:
src: /usr/bin/premake5 src: https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz
dest: '{{home_path}}/ygopro/premake5' dest: '{{home_path}}/ygopro/'
mode: 0755 remote_src: yes
- name: ygopro new - name: ygopro new
shell: 'cp -rf {{home_path}}/ygopro {{home_path}}/ygopro-new' shell: 'cp -rf {{home_path}}/ygopro {{home_path}}/ygopro-new'
- name: ygopro - name: ygopro
......
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