🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
- name: Install prosody
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- prosody
|
||||
- prosody-modules
|
||||
state: present
|
||||
loop:
|
||||
- prosody
|
||||
- prosody-modules
|
||||
update_cache: true
|
||||
|
||||
- name: Create dhparam
|
||||
ansible.builtin.command:
|
||||
|
Reference in New Issue
Block a user