copr: install langpacks
This commit is contained in:
parent
e20c1c2776
commit
785c9e26ed
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
- name: install langpacks
|
||||||
|
dnf:
|
||||||
|
name:
|
||||||
|
- langpacks-en
|
||||||
|
- glibc-all-langpacks
|
||||||
|
state: latest
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue