From adf7b65bc8483187a39cdbff888c8fd47e3b91fa Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Tue, 1 Jul 2014 16:37:46 -0400 Subject: [PATCH] Test the default group name --- README.md | 2 +- tests/test.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e108b..0570e43 100644 --- a/README.md +++ b/README.md @@ -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. -#### 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. diff --git a/tests/test.yml b/tests/test.yml index 97b850b..5722eea 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -8,7 +8,6 @@ - 'ruby-2.1.0' - 'ruby-2.1.2' rvm1_user: 'travis' - rvm1_group: 'foo' rvm1_temp_download_path: '/tmp' rvm1_install_path: '~/.rvm'