[rspamd] basic installation
This commit is contained in:
parent
0283c0c589
commit
1d97a9f2f9
1 changed files with 9 additions and 0 deletions
9
roles/rspamd/tasks/main.yml
Normal file
9
roles/rspamd/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
- name: Install rspamd packages
|
||||||
|
apt:
|
||||||
|
name: rspamd
|
||||||
|
update_cache: true
|
||||||
|
register: apt_result
|
||||||
|
until: apt_result is succeeded
|
||||||
|
retries: 3
|
||||||
|
...
|
Loading…
Reference in a new issue