From 4fb1839ebe5f8a06d15b6a30acce3893c2475989 Mon Sep 17 00:00:00 2001 From: John Barker Date: Mon, 22 Feb 2016 21:58:43 +0000 Subject: [PATCH] non-destructive says we should run test_binary at v2 We are now using Ansible v2 and these tests pass, so run them. --- test/integration/non_destructive.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml index ee30fa23156..ceb35d1119f 100644 --- a/test/integration/non_destructive.yml +++ b/test/integration/non_destructive.yml @@ -42,6 +42,5 @@ - { role: test_embedded_module, tags: test_embedded_module } - { role: test_uri, tags: test_uri } - { role: test_add_host, tags: test_add_host } - # Turn on test_binary when we start testing v2 - #- { role: test_binary, tags: test_binary } + - { role: test_binary, tags: test_binary }