summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/import_playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/playbooks/import_playbook.yml')
-rw-r--r--test/schemas/test/playbooks/import_playbook.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/schemas/test/playbooks/import_playbook.yml b/test/schemas/test/playbooks/import_playbook.yml
new file mode 100644
index 0000000..efd8787
--- /dev/null
+++ b/test/schemas/test/playbooks/import_playbook.yml
@@ -0,0 +1,9 @@
+- ansible.builtin.import_playbook: other.yml
+
+- import_playbook: other.yml
+ tags:
+ - foo
+
+- import_playbook: other.yml
+ when:
+ - foo is true