mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
copr: install langpacks
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
pre_tasks:
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- name: install langpacks
|
||||
dnf:
|
||||
name:
|
||||
- langpacks-en
|
||||
- glibc-all-langpacks
|
||||
state: latest
|
||||
|
||||
roles:
|
||||
- base
|
||||
|
||||
Reference in New Issue
Block a user