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"
|
apt_repository: repo="deb http://rspamd.com/apt-stable/ {{ ansible_distribution_release }} main"
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- bsd-mailx
|
- bsd-mailx
|
||||||
- dovecot-core
|
- dovecot-core
|
||||||
- dovecot-imapd
|
- dovecot-imapd
|
||||||
|
Loading…
Reference in New Issue
Block a user