[owncloud] Debian repository was migrated to Opensuse
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
2900aef430
commit
dc41f5a8f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue