Remove colons from the exposed variable list

This commit is contained in:
Nick Janetakis
2014-07-01 08:10:20 -04:00
parent 65e39be10e
commit b71810ebca

View File

@@ -43,22 +43,22 @@ ruby_rvm_force_upgrade_installer: false
You will likely want to use various ruby related commands in other roles. This role exposes a number of popular paths for easy access. You will likely want to use various ruby related commands in other roles. This role exposes a number of popular paths for easy access.
- `ruby_rvm`: - `ruby_rvm`
- The path to the rvm binary - The path to the rvm binary
- `ruby_rvm_default_wrappers`: - `ruby_rvm_default_wrappers`:
- The path containing all of the wrapped ruby related binaries - The path containing all of the wrapped ruby related binaries
- `ruby`: - `ruby`
- The path to the ruby binary - The path to the ruby binary
- `ruby_gem`: - `ruby_gem`
- The path to the gem binary - The path to the gem binary
- `ruby_bundle`: - `ruby_bundle`
- The path to the bundle binary - The path to the bundle binary
- `ruby_rake`: - `ruby_rake`
- The path to the rake binary with bundle exec already applied - The path to the rake binary with bundle exec already applied
### Example ### Example