mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-13 16:47:18 +00:00
Added setting of timezone
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
#de_BE@euro ISO-8859-15
|
||||
#de_CH.UTF-8 UTF-8
|
||||
#de_CH ISO-8859-1
|
||||
de_DE.UTF-8 UTF-8
|
||||
#de_DE.UTF-8 UTF-8
|
||||
#de_DE ISO-8859-1
|
||||
#de_DE@euro ISO-8859-15
|
||||
#de_IT.UTF-8 UTF-8
|
||||
|
||||
@@ -120,6 +120,10 @@
|
||||
name: update-compose
|
||||
when: MODE_UPDATE | bool
|
||||
|
||||
- name: "Ensure correct timezone is '{{ HOST_TIMEZONE }}'"
|
||||
ansible.builtin.timezone:
|
||||
name: "{{ HOST_TIMEZONE }}"
|
||||
|
||||
- name: "Load base roles"
|
||||
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user