Skip to content

Commit

Permalink
Update with the new location of the ruby role
Browse files Browse the repository at this point in the history
  • Loading branch information
krislamo committed May 22, 2020
1 parent 8e8950e commit 1fdc72c
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
production_inventory
production_config.yml
.DS_Store
roles/rvm_io.ruby
roles/rvm.ruby
.vagrant
scratch/*
playbook.retry
Expand Down
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

- src: rvm_io.ruby
- src: rvm.ruby
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rvm_io.ruby.patch
rvm.ruby.patch
=========

Patches to [rvm1-ansible](https://github.com/rvm/rvm1-ansible) role.
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions roles/rvm.ruby.patch/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
# defaults file for rvm.ruby.patch
File renamed without changes.
2 changes: 2 additions & 0 deletions roles/rvm.ruby.patch/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
# handlers file for rvm.ruby.patch
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# tasks file for rvm_io.ruby.patch
# tasks file for rvm.ruby.patch

- copy:
src: rvm.sh
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- rvm_io.ruby.patch
- rvm.ruby.patch
2 changes: 2 additions & 0 deletions roles/rvm.ruby.patch/vars/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
# vars file for rvm.ruby.patch
2 changes: 0 additions & 2 deletions roles/rvm_io.ruby.patch/defaults/main.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/rvm_io.ruby.patch/handlers/main.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/rvm_io.ruby.patch/vars/main.yml

This file was deleted.

0 comments on commit 1fdc72c

Please sign in to comment.