summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/check_mode/check_mode.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/check_mode/check_mode.yml')
-rw-r--r--test/integration/targets/check_mode/check_mode.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/check_mode/check_mode.yml b/test/integration/targets/check_mode/check_mode.yml
new file mode 100644
index 0000000..a577750
--- /dev/null
+++ b/test/integration/targets/check_mode/check_mode.yml
@@ -0,0 +1,7 @@
+- name: Test that check works with check_mode specified in roles
+ hosts: testhost
+ vars:
+ - output_dir: .
+ roles:
+ - { role: test_always_run, tags: test_always_run }
+ - { role: test_check_mode, tags: test_check_mode }