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
343 B
11 lines
343 B
5 years ago
|
---
|
||
|
|
||
|
- 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/el7/$basearch/ http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/$basearch/
|
||
|
gpgcheck: True
|
||
|
gpgkey: http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
|
||
|
|