summaryrefslogtreecommitdiff
path: root/test/integration/targets/roles/roles/bottom/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/roles/roles/bottom/tasks/main.yml')
-rw-r--r--test/integration/targets/roles/roles/bottom/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/roles/roles/bottom/tasks/main.yml b/test/integration/targets/roles/roles/bottom/tasks/main.yml
new file mode 100644
index 0000000000..3f375973e9
--- /dev/null
+++ b/test/integration/targets/roles/roles/bottom/tasks/main.yml
@@ -0,0 +1,3 @@
+- name: "{{ info }} - {{ role_name }}: testvar content"
+ debug:
+ msg: '{{ testvar | default("Not specified") }}'