Fix path of setup-timezone

This commit is contained in:
Sven Velt 2025-04-12 15:44:42 +02:00
parent 5cc66c3f58
commit 78208f886c

View file

@ -24,7 +24,7 @@
- name: Setup timezone for Alpine Linux - name: Setup timezone for Alpine Linux
command: command:
cmd: '/sbin/setup-timezone {{ timezone_zone }}' cmd: '/usr/sbin/setup-timezone {{ timezone_zone }}'
creates: '/etc/zoneinfo/{{ timezone_zone }}' creates: '/etc/zoneinfo/{{ timezone_zone }}'
when: ansible_os_family == "Alpine" when: ansible_os_family == "Alpine"