summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/inventory/extra_vars_constructed.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/inventory/extra_vars_constructed.yml')
-rw-r--r--test/integration/targets/inventory/extra_vars_constructed.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/inventory/extra_vars_constructed.yml b/test/integration/targets/inventory/extra_vars_constructed.yml
new file mode 100644
index 0000000..ee6f5fd
--- /dev/null
+++ b/test/integration/targets/inventory/extra_vars_constructed.yml
@@ -0,0 +1,5 @@
+plugin: ansible.builtin.constructed
+strict: true
+use_extra_vars: True
+compose:
+ example: " 'hello' + from_extras"