summaryrefslogtreecommitdiffstats
path: root/roles/settings/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
commit2d45a9b60a008581672af7a901258f488d3cde16 (patch)
treed19833d22a562bdb09d24702df20fbfb4e779f6d /roles/settings/tasks
parentac7bb521873b59feb43303b4b1d46c37d16ad8b0 (diff)
Refactor: move the timezone into its own role
Diffstat (limited to 'roles/settings/tasks')
-rw-r--r--roles/settings/tasks/main.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/settings/tasks/main.yml b/roles/settings/tasks/main.yml
index 1c545d41..32fe9178 100644
--- a/roles/settings/tasks/main.yml
+++ b/roles/settings/tasks/main.yml
@@ -9,19 +9,6 @@
state: "present"
with_items:
- "{{ settings_pw_quality }}"
- - "tzdata"
-
-- name: "Link localtime"
- become: true
- ansible.builtin.file:
- src: "/usr/share/zoneinfo/{{ settings_timezone }}"
- dest: "/etc/localtime"
- state: "link"
-
-- name: "Update timezone"
- become: true
- community.general.timezone:
- name: "{{ settings_timezone }}"
- name: "Configure archlinux password policy"
become: true