4b9c2cb97d
* Prototype test for ansible-runner. Based on https://github.com/ansible/ansible/pull/44746 * Limit test to RHEL 7 and CentOS 7.
5 lines
216 B
YAML
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'
|