Distribution to run can be selected when running `ansible-playbook` by appending `-e 'distribution=fedora'` to the command. Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
5 lines
130 B
YAML
5 lines
130 B
YAML
---
|
|
# tasks file for ci_run
|
|
- name: 'Include distribution specific ci_run tasks fedora'
|
|
include_tasks: '{{ distribution }}.yml'
|