This commit is contained in:
2025-12-15 22:01:57 +01:00
parent 179d494aab
commit b9144ea2b6
7 changed files with 285 additions and 4 deletions

View File

@@ -1,5 +1,14 @@
---
- name: Ensure util-linux-extra is installed on Debian
ansible.builtin.apt:
name: util-linux-extra
state: present
update_cache: yes
when:
- ansible_facts['os_family'] == 'Debian'
- ansible_facts['distribution_major_version'] | int >= 11
- name: (basic.yml) Ensure timezone is is correct
timezone: name={{ time_zone }}
tags: