mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-10 06:50:35 +00:00
10 lines
143 B
YAML
10 lines
143 B
YAML
|
---
|
||
|
# tasks file for rvm_io.ruby.patch
|
||
|
|
||
|
- copy:
|
||
|
src: rvm.sh
|
||
|
dest: /etc/profile.d/rvm.sh
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: 0644
|