aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/sysconf/tasks/_archlinux.yml
blob: 07dbe416dc29ea6aaff8b2f38a65849697fdff71 (plain) (blame)
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

remember that computers suck.