[owncloud] Fix repo url

certbot_on_virtu
Alexandre Iooss 2020-04-11 13:49:19 +02:00
parent c23437874d
commit ccd4636b62
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Add the repository into source list
- name: Configure owncloud 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
- name: Install OwnCloud