summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-08-31 00:11:32 +0200
committerGitHub <noreply@github.com>2018-08-31 00:11:32 +0200
commit2a4e92aab793684324af77bb110d5ed1af84e2fb (patch)
tree7571572dd7dd6bfe54a35618674bc9136b553b9f /test/integration/targets/include_import
parentGcp auth deprecation (#44866) (diff)
downloadansible-2a4e92aab793684324af77bb110d5ed1af84e2fb.tar.xz
ansible-2a4e92aab793684324af77bb110d5ed1af84e2fb.zip
ensure if we get a non-Task object in _get_delegated_vars, we return early (#44934)
Diffstat (limited to 'test/integration/targets/include_import')
-rw-r--r--test/integration/targets/include_import/apply/include_apply.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/include_import/apply/include_apply.yml b/test/integration/targets/include_import/apply/include_apply.yml
index ca41b38df5..32c6e5e9f0 100644
--- a/test/integration/targets/include_import/apply/include_apply.yml
+++ b/test/integration/targets/include_import/apply/include_apply.yml
@@ -43,3 +43,8 @@
- include_role2_result is undefined
tags:
- always
+
+ - include_role:
+ name: include_role
+ apply:
+ delegate_to: testhost2