mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2025-09-08 21:49:29 +00:00
@@ -1,4 +1,4 @@
|
||||
rvm_io.ruby.patch
|
||||
rvm.ruby.patch
|
||||
=========
|
||||
|
||||
Patches to [rvm1-ansible](https://github.com/rvm/rvm1-ansible) role.
|
||||
@@ -13,7 +13,7 @@ Including an example of how to use your role (for instance, with variables passe
|
||||
```
|
||||
- hosts: servers
|
||||
roles:
|
||||
- { role: rvm_io.ruby.patch }
|
||||
- { role: rvm.ruby.patch }
|
||||
```
|
||||
|
||||
License
|
2
roles/rvm.ruby.patch/defaults/main.yml
Normal file
2
roles/rvm.ruby.patch/defaults/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# defaults file for rvm.ruby.patch
|
2
roles/rvm.ruby.patch/handlers/main.yml
Normal file
2
roles/rvm.ruby.patch/handlers/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# handlers file for rvm.ruby.patch
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# tasks file for rvm_io.ruby.patch
|
||||
# tasks file for rvm.ruby.patch
|
||||
|
||||
- copy:
|
||||
src: rvm.sh
|
@@ -2,4 +2,4 @@
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- rvm_io.ruby.patch
|
||||
- rvm.ruby.patch
|
2
roles/rvm.ruby.patch/vars/main.yml
Normal file
2
roles/rvm.ruby.patch/vars/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# vars file for rvm.ruby.patch
|
@@ -1,2 +0,0 @@
|
||||
---
|
||||
# defaults file for rvm_io.ruby.patch
|
@@ -1,2 +0,0 @@
|
||||
---
|
||||
# handlers file for rvm_io.ruby.patch
|
@@ -1,2 +0,0 @@
|
||||
---
|
||||
# vars file for rvm_io.ruby.patch
|
Reference in New Issue
Block a user