--- - name: Basic Setup hosts: s2-mr-snuggles roles: - role: apt-repo/base - role: core/base - role: core/sshd/base - role: core/zsh - role: core/cpu-microcode - role: apt-repo/backports - role: ws/base - role: core/users - role: ws/minet post_tasks: - name: disable caps-lock lineinfile: path: /etc/default/keyboard regexp: '#?\s*XKBOPTIONS=' line: 'XKBOPTIONS="caps:none"' ## TODO: run update-grub and or fix installer to allow install of other operating systems - name: install os-prober apt: name: os-prober state: present