summaryrefslogtreecommitdiffstats
path: root/distro/tests/ansible-roles/obs_repos/tasks/Fedora.yaml
blob: 8e1bbba985096db6652603831fec0bf921fdf8b9 (plain)
1
2
3
4
5
6
7
---
- name: Download repo file(s)
  get_url:
    url: "{{ obs_repofile_url }}"
    dest: "/etc/yum.repos.d/home:CZ-NIC:{{ item }}.repo"
    mode: 0644
  with_items: "{{ repos }}"