summaryrefslogtreecommitdiffstats
path: root/roles/settings/handlers
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
commitac7bb521873b59feb43303b4b1d46c37d16ad8b0 (patch)
tree796a4879c1a925908dd03130dec1320060795b72 /roles/settings/handlers
parent93326d8c042101c59b969f57b4b9989e3ab7aaeb (diff)
Refactor: move the locales into its own role
Diffstat (limited to 'roles/settings/handlers')
-rw-r--r--roles/settings/handlers/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/settings/handlers/main.yml b/roles/settings/handlers/main.yml
deleted file mode 100644
index fce9c52a..00000000
--- a/roles/settings/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: "Run locale-gen"
- become: true
- ansible.builtin.command:
- cmd: "locale-gen"
- changed_when: true