home · contact · privacy
Reorganize and extend ansible attempt.
[config] / ansible / tasks / timezone.yml
diff --git a/ansible/tasks/timezone.yml b/ansible/tasks/timezone.yml
deleted file mode 100644 (file)
index d60232b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
----
-
-- name: set /etc/timezone
-  shell: echo '{{ timezone }}' > /etc/timezone
-
-- name: set /etc/localtime
-  file:
-    src: /usr/share/zoneinfo/{{ timezone }}
-    path: /etc/localtime
-    state: link