🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
- name: Install opendkim
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- opendkim
|
||||
- opendkim-tools
|
||||
state: present
|
||||
loop:
|
||||
- opendkim
|
||||
- opendkim-tools
|
||||
update_cache: true
|
||||
|
||||
- name: Put main configuration file
|
||||
ansible.builtin.template:
|
||||
|
Reference in New Issue
Block a user