ansible-playbooks/roles/system/base/tasks/i18n.yml
Gabriel Arazas 7581863a4f Modularize tasks into roles
Now, it's becoming similar to my NixOS configuration. Not as declarative
and working out of the box as it requires a server but it's the closest
thing. I'll explore more configurations as I go along.
2022-03-17 17:38:47 +08:00

23 lines
374 B
YAML

---
- name: Install i18n tools
dnf:
state: present
name:
- fcitx5
- fcitx5-configtool
- fcitx5-gtk4
- fcitx5-lua
- fcitx5-mozc
- fcitx5-rime
- librime
- librime-tools
- mozc
- name: Install fonts for i18n
dnf:
state: present
name:
- google-noto-cjk-fonts
- google-noto-cjk-fonts-common