Commit 12eeb09d by Maruyama

unarchiveにcopy=noを指定

parent f7bf4bf2
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
unarchive: unarchive:
src: https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz src: https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz
dest: /tmp/ dest: /tmp/
copy: no
- name: configure - name: configure
command: /tmp/git-2.4.3/configure --prefix=/usr/ command: /tmp/git-2.4.3/configure --prefix=/usr/
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
src: https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz src: https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
dest: /usr/local dest: /usr/local
overwrite: yes overwrite: yes
copy: no
- name: make symlinks - name: make symlinks
command: /bin/ln -sf /usr/local/go/bin/{go,godoc,gofmt} /usr/bin/ command: /bin/ln -sf /usr/local/go/bin/{go,godoc,gofmt} /usr/bin/
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
unarchive: unarchive:
src: https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.8.tar.gz src: https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.8.tar.gz
dest: /tmp/ dest: /tmp/
copy: no
- name: configure - name: configure
command: /tmp/ruby-2.1.8/configure --prefix=/usr/ command: /tmp/ruby-2.1.8/configure --prefix=/usr/
......
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