1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

Update with the new location of the ruby role

See rvm/rvm1-ansible#179
This commit is contained in:
Kris Lamoureux 2020-05-22 11:41:50 -04:00
parent 8e8950ea89
commit 1fdc72cd7d
Signed by: kris
GPG Key ID: A30022791E1719A4
15 changed files with 14 additions and 14 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
production_inventory
production_config.yml
.DS_Store
roles/rvm_io.ruby
roles/rvm.ruby
.vagrant
scratch/*
playbook.retry

View File

@ -6,8 +6,8 @@
- config.yml
roles:
- { role: rvm_io.ruby, tags: ruby, become: yes }
- { role: rvm_io.ruby.patch, tags: ruby, become: yes }
- { role: rvm.ruby, tags: ruby, become: yes }
- { role: rvm.ruby.patch, tags: ruby, become: yes }
- { role: easyredmine, become: no }
tasks:

View File

@ -1,2 +1,2 @@
- src: rvm_io.ruby
- src: rvm.ruby

View File

@ -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

View File

@ -0,0 +1,2 @@
---
# defaults file for rvm.ruby.patch

View File

@ -0,0 +1,2 @@
---
# handlers file for rvm.ruby.patch

View File

@ -1,5 +1,5 @@
---
# tasks file for rvm_io.ruby.patch
# tasks file for rvm.ruby.patch
- copy:
src: rvm.sh

View File

@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- rvm_io.ruby.patch
- rvm.ruby.patch

View File

@ -0,0 +1,2 @@
---
# vars file for rvm.ruby.patch

View File

@ -1,2 +0,0 @@
---
# defaults file for rvm_io.ruby.patch

View File

@ -1,2 +0,0 @@
---
# handlers file for rvm_io.ruby.patch

View File

@ -1,2 +0,0 @@
---
# vars file for rvm_io.ruby.patch