workstation/roles/netbsd/tasks/xorg.yml

8 lines
113 B
YAML
Raw Normal View History

2019-11-10 17:05:01 +00:00
---
2019-11-12 10:00:45 +00:00
- name: Enable xdm
become: true
lineinfile:
path: /etc/rc.conf
regexp: ^xdm=.*
line: xdm=YES