mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-18 05:05:33 +00:00
initial
This commit is contained in:
4
roles/base/tasks/timezone.yml
Normal file
4
roles/base/tasks/timezone.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: set /etc/timezone to Etc/UTC
|
||||
copy: src=etc/timezone dest=/etc/timezone
|
||||
notify: update tzdata
|
||||
Reference in New Issue
Block a user