add support for apt with new ansible
This commit is contained in:
parent
c138a2304c
commit
0ed250d6ee
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
- name: install dovecot
|
- name: install dovecot
|
||||||
apt:
|
apt:
|
||||||
pkg: "{{ item }}"
|
pkg:
|
||||||
with_items:
|
|
||||||
- dovecot-common
|
- dovecot-common
|
||||||
- dovecot-imapd
|
- dovecot-imapd
|
||||||
- dovecot-managesieved
|
- dovecot-managesieved
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue