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

  tasks:
    - name: Set fact in playbook 1
      set_fact:
        canary_var1: playbook1 imported
      tags:
        - canary1