mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-31 16:57:57 +00:00
23 lines
374 B
YAML
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
|
||
|
|