diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:07 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:07 +0200 |
| commit | ac7bb521873b59feb43303b4b1d46c37d16ad8b0 (patch) | |
| tree | 796a4879c1a925908dd03130dec1320060795b72 /roles/settings/handlers | |
| parent | 93326d8c042101c59b969f57b4b9989e3ab7aaeb (diff) | |
Refactor: move the locales into its own role
Diffstat (limited to 'roles/settings/handlers')
| -rw-r--r-- | roles/settings/handlers/main.yml | 6 |
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 |
