summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/filter_plugins.yml
blob: c3e97a541a56a186d5229bc6863669696cd36dc7 (plain)
1
2
3
4
5
6
7
8
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