summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/import_playbook_exclusive.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/negative_test/playbooks/import_playbook_exclusive.yml')
-rw-r--r--test/schemas/negative_test/playbooks/import_playbook_exclusive.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/import_playbook_exclusive.yml b/test/schemas/negative_test/playbooks/import_playbook_exclusive.yml
new file mode 100644
index 0000000..ef2b5f6
--- /dev/null
+++ b/test/schemas/negative_test/playbooks/import_playbook_exclusive.yml
@@ -0,0 +1,4 @@
+---
+# invalid because you cannot have both entries in the same time:
+- ansible.builtin.import_playbook: foo.yml
+ import_playbook: other.yml