From ee6a0359f5b98d9060f2e1c2fb10e2691b71a223 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 19 Feb 2014 16:45:18 -0500 Subject: [PATCH] add stat role to non_destructive --- tests_new/integration/non_destructive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_new/integration/non_destructive.yml b/tests_new/integration/non_destructive.yml index 63901fb0d0e..4ee6d9ea1bf 100644 --- a/tests_new/integration/non_destructive.yml +++ b/tests_new/integration/non_destructive.yml @@ -2,6 +2,7 @@ gather_facts: True roles: - { role: test_copy, tags: test_copy } + - { role: test_stat, tags: test_stat } - { role: test_template, tags: test_template } - { role: test_file, tags: test_file } - { role: test_fetch, tags: test_fetch }