7 lines
113 B
YAML
7 lines
113 B
YAML
---
|
|
- name: Enable xdm
|
|
become: true
|
|
lineinfile:
|
|
path: /etc/rc.conf
|
|
regexp: ^xdm=.*
|
|
line: xdm=YES
|