aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/_archlinux.yml
blob: 329372c55328f9b50b35512c1786b22faed3d13a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
- name: append current user to system groups
  user:
    name: "{{ ws_user }}"
    groups: "{{ item }}"
    append: true
  loop:
    - docker
    - wheel
    - video
    - audio
remember that computers suck.