Move locale and timezone things from boot.yml
This commit is contained in:
parent
4cefd21782
commit
5fcdbbf58c
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
with_items:
|
||||
- ntp
|
||||
|
||||
- name: Set timezone
|
||||
timezone:
|
||||
name: Europe/London
|
||||
|
||||
- name: Enable NTP service
|
||||
systemd:
|
||||
name: "ntpd"
|
||||
|
|
Loading…
Reference in a new issue