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

@@ -97,6 +97,8 @@ score LOCAL_BITCOIN 10.0
whitelist_from *@chichiclothing.com
# Blacklist manuel
blacklist_from darlenakeeseyo1uw@hotmail.com
blacklist_from *@chambre-dep.tn
blacklist_from *@grmaps.net
blacklist_from rima-nager709q9d@hotmail.com
blacklist_from *@masintok.li

View File

@@ -1,7 +1,7 @@
- name: Add APT Key for Unifi
apt_key:
get_url:
url: https://dl.ui.com/unifi/unifi-repo.gpg
state: present
dest: /etc/apt/trusted.gpg.d
- name: Add APT Unifi repository
apt_repository:

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