summaryrefslogtreecommitdiff
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/check_mode/check_mode.yml b/test/integration/targets/check_mode/check_mode.yml
index a5777506..ebf1c5b5 100644
--- a/test/integration/targets/check_mode/check_mode.yml
+++ b/test/integration/targets/check_mode/check_mode.yml
@@ -1,7 +1,7 @@
- name: Test that check works with check_mode specified in roles
hosts: testhost
vars:
- - output_dir: .
+ output_dir: .
roles:
- { role: test_always_run, tags: test_always_run }
- { role: test_check_mode, tags: test_check_mode }