summaryrefslogtreecommitdiffstats
path: root/distro/tests/ansible-roles/obs_repos/tasks/Fedora.yaml
blob: 520e057c2bcea423de28bfd9905dd991335df5f8 (plain)
1
2
3
4
5
6
7
8
---
# SPDX-License-Identifier: GPL-3.0-or-later
- 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 }}"