🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
ansible.builtin.package:
|
||||
name: nginx-full
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Install nginx extra mods
|
||||
ansible.builtin.package:
|
||||
name: "libnginx-mod-http-{{ item }}"
|
||||
state: present
|
||||
update_cache: true
|
||||
loop: "{{ nginx_extra_mods }}"
|
||||
|
||||
- name: Create dhparam
|
||||
|
Reference in New Issue
Block a user