1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 23:30:35 +00:00
vagrant-easyredmine/roles/rvm.ruby.patch/tasks/main.yml

10 lines
140 B
YAML

---
# tasks file for rvm.ruby.patch
- copy:
src: rvm.sh
dest: /etc/profile.d/rvm.sh
owner: root
group: root
mode: 0644