summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/filter_plugins.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/template/filter_plugins.yml')
-rw-r--r--test/integration/targets/template/filter_plugins.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/template/filter_plugins.yml b/test/integration/targets/template/filter_plugins.yml
new file mode 100644
index 0000000..c3e97a5
--- /dev/null
+++ b/test/integration/targets/template/filter_plugins.yml
@@ -0,0 +1,9 @@
+- hosts: localhost
+ gather_facts: no
+ tasks:
+ - debug:
+ msg: "force templating in delegate_to before we hit the second one with a filter"
+ delegate_to: "{{ 'localhost' }}"
+
+ - include_role:
+ name: role_filter