1 2 3 4 5 6 7 8 9 10 11 12 13
# 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