now sets screen resolution
This commit is contained in:
parent
402eedfa2f
commit
b3d5aaba55
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
vm_net_interface_name: eth0
|
||||
desired_keyboard_layout: de
|
||||
desired_screen_resolution: 1920x1080
|
|
@ -2,3 +2,5 @@
|
|||
- name: Set keyboard layout
|
||||
command: "setxkbmap -layout {{ desired_keyboard_layout }}"
|
||||
|
||||
- name: Set screen resolution
|
||||
command: "xrandr -s {{ desired_screen_resolution }}"
|
Loading…
Add table
Add a link
Reference in a new issue