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

11 lines
214 B
YAML
Raw Normal View History

- hosts: testhost2
tasks:
- name: Assert that variable was set in playbook1.yml
assert:
that:
- canary_var1 == 'playbook1 imported'
tags:
- validate
- validate1