Files
shadow/share/ansible/roles/ci_run/tasks/main.yml
T
Iker PedrosaandSerge Hallyn d8fb10f7b7 share/ansible: implement distribution selection
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>
2024-07-18 10:17:29 -05:00

5 lines
130 B
YAML

---
# tasks file for ci_run
- name: 'Include distribution specific ci_run tasks fedora'
include_tasks: '{{ distribution }}.yml'