update..
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user