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/ansible-runner/tasks/main.yml

6 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'