[owncloud] Debian repository was migrated to Opensuse

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2022-01-18 18:41:25 +01:00
parent 2900aef430
commit dc41f5a8f0
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
# Add the key
- name: Configure the apt key
apt_key:
url: https://download.owncloud.org/download/repositories/production/Debian_10/Release.key
id: 47AE7F72479BC94B
url: https://download.opensuse.org/repositories/isv:/ownCloud:/server:/10/Debian_11/Release.key
id: 4ABE1AC7557BEFF9
state: present
register: apt_key_result
retries: 3
@ -22,7 +22,7 @@
# Add the repository into source list
- name: Configure owncloud repository
apt_repository:
repo: "deb http://download.owncloud.org/download/repositories/production/Debian_10/ /"
repo: "deb http://download.opensuse.org/repositories/isv:/ownCloud:/server:/10/Debian_11/ /"
state: present
- name: Install OwnCloud
@ -30,7 +30,7 @@
update_cache: true
name:
- nginx
- owncloud-files
- owncloud-complete-files
- redis-server
- php-redis
- php-apcu