Increase OpenBSD resolution

This commit is contained in:
Anthony Rose 2023-09-12 20:13:57 +01:00
parent bb99d41290
commit 1c47172e80

View file

@ -18,5 +18,5 @@
ansible.builtin.lineinfile:
path: /etc/boot.conf
regexp: '^machine gop .*'
line: 'machine gop 6'
line: 'machine gop 12'
create: yes