Set xorg in FreeBSD

This commit is contained in:
Anthony Rose 2023-09-11 20:48:46 +01:00
parent 1ac40b0ee6
commit efe83bee60
2 changed files with 5 additions and 0 deletions

View file

@ -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