Added setting of timezone

This commit is contained in:
2025-10-15 02:24:25 +02:00
parent d006f0ba5e
commit 93c2fbedd7
2 changed files with 5 additions and 1 deletions

View File

@@ -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: