22 lines
502 B
YAML
22 lines
502 B
YAML
---
|
|
galaxy_info:
|
|
author: adellam
|
|
description: SpamAssassin 3 installation and configuration
|
|
company: ISTI-CNR
|
|
license: license (EUPL)
|
|
min_ansible_version: 2.7
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- mail
|
|
- antispam
|
|
|
|
dependencies:
|
|
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-clamav.git
|
|
version: master
|
|
name: clamav
|
|
state: latest
|
|
when: spamassassin_clamav_old_plugin or spamassassin_clamav_github_plugin
|