diff --git a/tests_new/integration/non_destructive.yml b/tests_new/integration/non_destructive.yml index 63901fb0d0..4ee6d9ea1b 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 }