workstation/roles/arch/tasks/locale.yml

14 lines
245 B
YAML
Raw Normal View History

2020-04-18 22:48:08 +00:00
---
- name: Set system locale
become: true
lineinfile:
path: /etc/locale.conf
line: "LANG=en_GB.UTF-8"
create: yes
- name: Set default paper size
become: true
lineinfile:
path: /etc/papersize
line: a4
create: yes