diff --git a/screen-setup.yml b/screen-setup.yml index a480b28..1c8f998 100644 --- a/screen-setup.yml +++ b/screen-setup.yml @@ -19,6 +19,11 @@ - unclutter - ca-certificates + - name: Set hostname to inventory_hostname + copy: + content: "{{ inventory_hostname }}" + dest: /etc/hostname + - name: lightdm config copy: src=files/lightdm.conf dest=/etc/lightdm/lightdm.conf notify: