Update hostname
parent
8707a756e3
commit
4d1ade29d7
|
|
@ -19,6 +19,11 @@
|
||||||
- unclutter
|
- unclutter
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|
||||||
|
- name: Set hostname to inventory_hostname
|
||||||
|
copy:
|
||||||
|
content: "{{ inventory_hostname }}"
|
||||||
|
dest: /etc/hostname
|
||||||
|
|
||||||
- name: lightdm config
|
- name: lightdm config
|
||||||
copy: src=files/lightdm.conf dest=/etc/lightdm/lightdm.conf
|
copy: src=files/lightdm.conf dest=/etc/lightdm/lightdm.conf
|
||||||
notify:
|
notify:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue