ansible/test/integration/targets/ansible-runner/tasks/main.yml
Matt Clay 4b9c2cb97d
Prototype test for ansible-runner. (#44803)
* Prototype test for ansible-runner.

Based on https://github.com/ansible/ansible/pull/44746

* Limit test to RHEL 7 and CentOS 7.
2018-08-30 09:20:50 -07:00

5 lines
216 B
YAML

- block:
- include_tasks: setup.yml
- include_tasks: adhoc_example1.yml
- include_tasks: playbook_example1.yml
when: ansible_distribution in ('RedHat', 'CentOS') and ansible_distribution_major_version == '7'