home · contact · privacy
d60232ba94dc80904550483d304a7524a760f729
[config] / ansible / tasks / timezone.yml
1 ---
2
3 - name: set /etc/timezone
4   shell: echo '{{ timezone }}' > /etc/timezone
5
6 - name: set /etc/localtime
7   file:
8     src: /usr/share/zoneinfo/{{ timezone }}
9     path: /etc/localtime
10     state: link