summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/any_errors_fatal/on_includes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/any_errors_fatal/on_includes.yml')
-rw-r--r--test/integration/targets/any_errors_fatal/on_includes.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/any_errors_fatal/on_includes.yml b/test/integration/targets/any_errors_fatal/on_includes.yml
new file mode 100644
index 0000000..cbc51cb
--- /dev/null
+++ b/test/integration/targets/any_errors_fatal/on_includes.yml
@@ -0,0 +1,7 @@
+---
+# based on https://github.com/ansible/ansible/issues/22924
+- name: Test any errors fatal
+ hosts: testhost,testhost2
+ any_errors_fatal: True
+ tasks:
+ - import_tasks: test_fatal.yml