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_inventory
production_config.yml production_config.yml
.DS_Store .DS_Store
roles/rvm_io.ruby roles/rvm.ruby
.vagrant .vagrant
scratch/* scratch/*
playbook.retry playbook.retry

View File

@ -6,8 +6,8 @@
- config.yml - config.yml
roles: roles:
- { role: rvm_io.ruby, tags: ruby, become: yes } - { role: rvm.ruby, tags: ruby, become: yes }
- { role: rvm_io.ruby.patch, tags: ruby, become: yes } - { role: rvm.ruby.patch, tags: ruby, become: yes }
- { role: easyredmine, become: no } - { role: easyredmine, become: no }
tasks: 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. 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 - hosts: servers
roles: roles:
- { role: rvm_io.ruby.patch } - { role: rvm.ruby.patch }
``` ```
License 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: - copy:
src: rvm.sh src: rvm.sh

View File

@ -2,4 +2,4 @@
- hosts: localhost - hosts: localhost
remote_user: root remote_user: root
roles: 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