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