summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-07-07 10:38:41 -0700
committerMatt Clay <matt@mystile.com>2016-07-07 10:38:41 -0700
commit9a6b8ab271ec96d49f7883f7a5929d59e5dc805e (patch)
treef162a75361c03b6e41f7dcad349baa188d4057c4
parent6cde80fe697e91571361d65616872aa744c74b72 (diff)
downloadansible-9a6b8ab271ec96d49f7883f7a5929d59e5dc805e.tar.gz
Add more tags to test_async role.
-rw-r--r--test/integration/non_destructive.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml
index 182414180a..89812b26dc 100644
--- a/test/integration/non_destructive.yml
+++ b/test/integration/non_destructive.yml
@@ -34,7 +34,7 @@
- { role: test_unarchive, tags: test_unarchive }
- { role: test_filters, tags: test_filters }
- { role: test_facts_d, tags: test_facts_d }
- - { role: test_async, tags: test_async }
+ - { role: test_async, tags: [test_async, test_async_status, test_async_wrapper] }
- { role: test_command_shell, tags: test_command_shell }
- { role: test_task_ordering, tags: test_task_ordering }
- { role: test_script, tags: test_script }