🎨: use ansible.builtin.package with update_cache systematically

This commit is contained in:
VC
2024-11-06 13:34:03 +01:00
parent 7da2514a93
commit b910bf5e3d
38 changed files with 114 additions and 94 deletions

View File

@@ -15,6 +15,7 @@
- postfix
- libsasl2-modules
state: present
update_cache: true
- name: Put sasl_passwd configuration file
ansible.builtin.template:

View File

@@ -4,6 +4,7 @@
ansible.builtin.package:
name: stunnel4
state: present
update_cache: true
- name: SMTP wrapper
ansible.builtin.template: