mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-05 14:49:07 +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
|