Test the default group name

This commit is contained in:
Nick Janetakis
2014-07-01 16:37:46 -04:00
parent aea1b5a4fc
commit adf7b65bc8
2 changed files with 1 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ You could overwrite `rvm1_delete_ruby: 'ruby-2.1.0'` and then run your play book
The delete task is idempotent but it still requires you to make 2 edits. The delete task is idempotent but it still requires you to make 2 edits.
#### Leverage ansible's `--extra-vars` ### Leverage ansible's `--extra-vars`
Just add `--extra-vars 'rvm1_delete_ruby=ruby-2.1.0'` to the end of your play book command and that version will be removed without having to manually edit your inventory. Just add `--extra-vars 'rvm1_delete_ruby=ruby-2.1.0'` to the end of your play book command and that version will be removed without having to manually edit your inventory.

View File

@@ -8,7 +8,6 @@
- 'ruby-2.1.0' - 'ruby-2.1.0'
- 'ruby-2.1.2' - 'ruby-2.1.2'
rvm1_user: 'travis' rvm1_user: 'travis'
rvm1_group: 'foo'
rvm1_temp_download_path: '/tmp' rvm1_temp_download_path: '/tmp'
rvm1_install_path: '~/.rvm' rvm1_install_path: '~/.rvm'