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

  tasks:
    - name: Set fact in playbook 2
      set_fact:
        canary_var2: playbook2 imported
      tags:
        - canary2