🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
---
|
||||
- name: Install dovecot
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- dovecot-imapd
|
||||
- dovecot-sieve
|
||||
- dovecot-lmtpd
|
||||
state: present
|
||||
loop:
|
||||
- dovecot-imapd
|
||||
- dovecot-sieve
|
||||
- dovecot-lmtpd
|
||||
|
||||
- name: Put main configuration file
|
||||
ansible.builtin.copy:
|
||||
|
Reference in New Issue
Block a user