summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/strategy_free/test_last_include_in_always.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/strategy_free/test_last_include_in_always.yml')
-rw-r--r--test/integration/targets/strategy_free/test_last_include_in_always.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/strategy_free/test_last_include_in_always.yml b/test/integration/targets/strategy_free/test_last_include_in_always.yml
new file mode 100644
index 0000000..205f323
--- /dev/null
+++ b/test/integration/targets/strategy_free/test_last_include_in_always.yml
@@ -0,0 +1,9 @@
+- hosts: testhost
+ gather_facts: false
+ strategy: free
+ tasks:
+ - block:
+ - name: EXPECTED FAILURE
+ fail:
+ always:
+ - include_tasks: last_include_tasks.yml