blob: 07dbe416dc29ea6aaff8b2f38a65849697fdff71 (
plain) (
tree)
|
|
# workstation ~~ roles/_workstation/sysconf/tasks/_archlinux.yml
# init archlinux based workstation
---
- name: ensure Xorg subdirectory for configuration exists
file:
path: /etc/X11/xorg.conf.d
owner: root
mode: 0644
state: directory
|