# 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