[owncloud] Fix repo url
parent
c23437874d
commit
ccd4636b62
|
@ -12,7 +12,7 @@
|
||||||
# Add the repository into source list
|
# Add the repository into source list
|
||||||
- name: Configure owncloud repository
|
- name: Configure owncloud repository
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "deb http://download.owncloud.org/download/repositories/production/Debian_10.0/ /"
|
repo: "deb http://download.owncloud.org/download/repositories/production/Debian_10/ /"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install OwnCloud
|
- name: Install OwnCloud
|
||||||
|
|
Loading…
Reference in New Issue