summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/playbook/playbook3.yml
blob: b62b96c33eefad6a49a414607f97da3eea90f053 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Playbook 3
  hosts: testhost2

  tasks:
    - name: Set fact in playbook 3
      set_fact:
        canary_var3: playbook3 imported
        include_next_playbook: yes
      tags:
        - canary3