Pārlūkot izejas kodu

Merge pull request #531 from spk/use-https-rspamd

Use https for rpsamd key and repository
Allen Riddell 9 gadus atpakaļ
vecāks
revīzija
50fae9cb73
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      roles/mailserver/tasks/rspamd.yml

+ 2
- 2
roles/mailserver/tasks/rspamd.yml Parādīt failu

2
 # Installs and configures the Rspamd spam filtering system.
2
 # Installs and configures the Rspamd spam filtering system.
3
 
3
 
4
 - name: Ensure repository key for Rspamd is in place
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
   tags:
6
   tags:
7
     - dependencies
7
     - dependencies
8
 
8
 
9
 - name: Add Rspamd repository
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
   tags:
11
   tags:
12
     - dependencies
12
     - dependencies
13
 
13
 

Notiek ielāde…
Atcelt
Saglabāt