David Moreau-Simard 97e764be26 Add support for opensuse in configure-mirrors
Change-Id: Ic73b502277314555513e548aafb9231550fa1401
2017-09-07 20:22:41 +00:00

14 lines
287 B
YAML

- name: Install Suse repository files
become: yes
template:
dest: "/{{ item }}"
group: root
mode: 0644
owner: root
src: "{{ item }}.j2"
with_items:
- etc/zypp/repos.d/repo-oss.repo
- etc/zypp/repos.d/repo-update.repo
notify:
- Update zypper cache