summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/parent_templating/playbook.yml
blob: b7330206e46adcb3fa9e1c13abe522b299b6f82c (plain)
1
2
3
4
5
6
7
8
9
10
11
# https://github.com/ansible/ansible/issues/49969
- hosts: localhost
  gather_facts: false
  tasks:
    - include_role:
        name: test
        public: true

    - assert:
        that:
          - included_other is defined