Another relou

This commit is contained in:
VC
2024-07-05 11:53:07 +02:00
parent 6ca2f5e8b1
commit 748a5076c0
3 changed files with 6 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
- name: install z-push repokey
apt_key:
url: http://repo.z-hub.io/z-push:/final/Debian_10/Release.key
url: https://download.kopano.io/zhub/z-push%3A/final/Debian_10/Release.key
state: present
- name: install z-push repo
apt_repository:
repo: deb http://repo.z-hub.io/z-push:/final/Debian_10/ /
repo: deb https://download.kopano.io/zhub/z-push:/final/Debian_10/ /
state: present
- name: install z-push packages