mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-06 19:49:52 +00:00
5 lines
109 B
YAML
5 lines
109 B
YAML
---
|
|
- name: set /etc/timezone to Etc/UTC
|
|
copy: src=etc/timezone dest=/etc/timezone
|
|
notify: update tzdata
|