Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 291 Bytes

locale role

Set system locale.

Usage

Configure the role.

vars.yml

config_system_locale: pt_PT.UTF-8 # default: en_US.UTF-8
config_system_language: pt_PT.UTF-8 # default: en_US.UTF-8

Include it in your playbook.

- hosts: locale
  roles:
  - role: locale