mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 02:22:33 +08:00
Switched from epel7 to master branch in upstream playbook. Brings a new name, Python3 and Python3 packages from new repo. Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
9 lines
209 B
YAML
9 lines
209 B
YAML
# Install a role from GitHub
|
|
- name: faf
|
|
src: https://github.com/abrt/ansible-role-faf.git
|
|
version: master
|
|
|
|
- name: retrace
|
|
src: https://github.com/abrt/ansible-role-retrace-server.git
|
|
version: master
|