🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
- name: Install spamassassin
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- spamassassin
|
||||
- spamass-milter
|
||||
- libmail-dkim-perl
|
||||
- libmail-spf-perl
|
||||
state: present
|
||||
loop:
|
||||
- spamassassin
|
||||
- spamass-milter
|
||||
- libmail-dkim-perl
|
||||
- libmail-spf-perl
|
||||
update_cache: true
|
||||
|
||||
- name: Put configuration files for spamassassin
|
||||
ansible.builtin.copy:
|
||||
|
Reference in New Issue
Block a user