Fix path of setup-timezone
This commit is contained in:
parent
5cc66c3f58
commit
78208f886c
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue