kali-autosetup/roles/system_settings/tasks/main.yml

6 lines
178 B
YAML
Raw Normal View History

2022-07-28 20:06:14 +02:00
---
- name: Set keyboard layout
command: "setxkbmap -layout {{ desired_keyboard_layout }}"
2022-07-28 22:43:49 +02:00
- name: Set screen resolution
command: "xrandr -s {{ desired_screen_resolution }}"