mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-29 11:00
This commit is contained in:
@@ -217,14 +217,14 @@
|
||||
file: path=/var/lib/spamassassin state=directory
|
||||
tags: pmg
|
||||
|
||||
- name: Download fishtank feed
|
||||
get_url:
|
||||
url: https://data.phishtank.com/data/online-valid.csv
|
||||
dest: /var/lib/spamassassin/phishtank.txt
|
||||
notify: reload pmg-smtp-filter
|
||||
environment:
|
||||
- https_proxy: "{{ system_proxy | default('') }}"
|
||||
tags: pmg
|
||||
#- name: Download fishtank feed
|
||||
# get_url:
|
||||
# url: https://data.phishtank.com/data/online-valid.csv
|
||||
# dest: /var/lib/spamassassin/phishtank.txt
|
||||
# notify: reload pmg-smtp-filter
|
||||
# environment:
|
||||
# - https_proxy: "{{ system_proxy | default('') }}"
|
||||
# tags: pmg
|
||||
|
||||
- name: Download openphish feed
|
||||
get_url:
|
||||
|
Reference in New Issue
Block a user