mail: use list instead of with_items

This commit is contained in:
Markus 2020-11-13 18:24:23 +01:00
parent cf52cc9932
commit b3b5129cc4
1 changed files with 17 additions and 17 deletions

View File

@ -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