dotfiles/tasks/user.yml

14 lines
220 B
YAML
Raw Normal View History

2019-05-25 16:50:09 +01:00
- name: Make me
user:
2018-09-17 17:22:15 +01:00
name: "{{ user }}"
home: "{{ home }}"
2018-09-09 09:22:11 +01:00
comment: Jake Howard
shell: '/usr/bin/zsh'
uid: 1000
system: true
groups:
- input
- users
- video
- wheel