Move locale and timezone things from boot.yml

This commit is contained in:
Jake Howard 2019-05-27 21:51:50 +01:00
parent 4cefd21782
commit 5fcdbbf58c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 8 additions and 8 deletions

View File

@ -29,11 +29,3 @@
option: greeter-session
value: lightdm-slick-greeter
mode: 0644
- name: Enable GB locale
locale_gen:
name: en_GB.UTF-8
- name: Set timezone
timezone:
name: Europe/London

View File

@ -39,3 +39,7 @@
dest: '{{ home }}/.config/uniemoji/custom.json'
mode: 0644
owner: "{{ user }}"
- name: Enable GB locale
locale_gen:
name: en_GB.UTF-8

View File

@ -8,6 +8,10 @@
with_items:
- ntp
- name: Set timezone
timezone:
name: Europe/London
- name: Enable NTP service
systemd:
name: "ntpd"