ansible/test/integration/targets/include_import/playbook/playbook2.yml

10 lines
169 B
YAML
Raw Normal View History

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