You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
376 B
11 lines
376 B
---
|
|
|
|
- name: Configure Nux Dextop repository
|
|
yum_repository:
|
|
name: nux-dextop
|
|
description: Nux.Ro RPMs for general desktop use
|
|
baseurl: http://li.nux.ro/download/nux/dextop/el$releasever/$basearch/ http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el$releasever/$basearch/
|
|
gpgcheck: True
|
|
gpgkey: http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
|
|
tags: repo
|
|
|
|
|