From 6e3a2db60219376c1f05002d407a53b94d1daeeb Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 19 Feb 2014 15:59:17 -0500 Subject: [PATCH] Fix gem role ref --- tests_new/integration/destructive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_new/integration/destructive.yml b/tests_new/integration/destructive.yml index f35152ca054..26258424e98 100644 --- a/tests_new/integration/destructive.yml +++ b/tests_new/integration/destructive.yml @@ -2,4 +2,5 @@ gather_facts: True roles: - { role: test_pip, tags: test_pip } + - { role: test_gem, tags: test_gem }