|
@@ -2,12 +2,12 @@
|
2
|
2
|
# Installs and configures the Rspamd spam filtering system.
|
3
|
3
|
|
4
|
4
|
- name: Ensure repository key for Rspamd is in place
|
5
|
|
- apt_key: url=http://rspamd.com/apt-stable/gpg.key state=present
|
|
5
|
+ apt_key: url=https://rspamd.com/apt-stable/gpg.key state=present
|
6
|
6
|
tags:
|
7
|
7
|
- dependencies
|
8
|
8
|
|
9
|
9
|
- name: Add Rspamd repository
|
10
|
|
- apt_repository: repo="deb http://rspamd.com/apt-stable/ {{ ansible_distribution_release }} main"
|
|
10
|
+ apt_repository: repo="deb https://rspamd.com/apt-stable/ {{ ansible_distribution_release }} main"
|
11
|
11
|
tags:
|
12
|
12
|
- dependencies
|
13
|
13
|
|