Set xorg in FreeBSD
This commit is contained in:
parent
1ac40b0ee6
commit
efe83bee60
2 changed files with 5 additions and 0 deletions
|
@ -19,3 +19,8 @@
|
|||
name: dbus
|
||||
state: started
|
||||
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…
Reference in a new issue