Solved bugs

This commit is contained in:
2025-10-15 17:03:57 +02:00
parent 61e138c1a6
commit c22acf202f
3 changed files with 5 additions and 7 deletions

View File

@@ -121,7 +121,7 @@
when: MODE_UPDATE | bool
- name: "Ensure correct timezone is '{{ HOST_TIMEZONE }}'"
ansible.builtin.timezone:
community.general.timezone:
name: "{{ HOST_TIMEZONE }}"
- name: "Load base roles"