forked from infra/ansible
mail: use list instead of with_items
This commit is contained in:
parent
cf52cc9932
commit
b3b5129cc4
@ -7,8 +7,8 @@
|
||||
apt_repository: repo="deb http://rspamd.com/apt-stable/ {{ ansible_distribution_release }} main"
|
||||
|
||||
- name: Install packages
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- bsd-mailx
|
||||
- dovecot-core
|
||||
- dovecot-imapd
|
||||
|
Loading…
Reference in New Issue
Block a user