Set xorg in FreeBSD
This commit is contained in:
parent
1ac40b0ee6
commit
efe83bee60
2 changed files with 5 additions and 0 deletions
roles/freebsd
|
@ -19,3 +19,8 @@
|
||||||
name: dbus
|
name: dbus
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
- name: Set xorg config
|
||||||
|
become: true
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: xorg-acp.conf
|
||||||
|
dest: /usr/local/etc/X11/xorg.conf.d/xorg-acp.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue