https://github.com/y10k/rubygems_update
update rubygems and gems for all users.
https://github.com/y10k/rubygems_update
ansible ansible-galaxy ansible-role ruby rubygems
Last synced: 3 months ago
JSON representation
update rubygems and gems for all users.
- Host: GitHub
- URL: https://github.com/y10k/rubygems_update
- Owner: y10k
- Created: 2018-12-28T15:24:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T15:24:43.000Z (over 7 years ago)
- Last Synced: 2026-02-10T04:33:31.885Z (5 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ruby, rubygems
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rubygems_update
=========
Update rubygems and gems for all users.
As follows is the behavior of `rubygems_update` role.
1. Install `rubygems-update` gem.
2. Run `update_rubygems` command.
3. Run `gem update` command.
Requirements
------------
None.
Role Variables
--------------
None.
Dependencies
------------
- `y10k.rubygems_environment`
Example Playbook
----------------
```yaml
- hosts: servers
roles:
- role: y10k.rubygems_update
```
License
-------
BSD