mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
10 lines
307 B
YAML
10 lines
307 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Setup OnlyOffice repository
|
||
|
yum_repository:
|
||
|
name: onlyoffice
|
||
|
description: Only Office Repository
|
||
|
baseurl: http://download.onlyoffice.com/repo/centos/main/noarch/
|
||
|
gpgcheck: True
|
||
|
gpgkey: https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE
|