You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/include_import/playbook/playbook3.yml

11 lines
204 B
YAML

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