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

  tasks:
    - name: Set fact in playbook 4
      set_fact:
        canary_var4: playbook4 imported
      tags:
        - canary4