dotfiles/tasks/user.yml
Jake Howard 648662f794
Update pyyaml to 1.21.0
Also standardize on quotes. Unfortunatley it doesn't quite work yet
2020-03-30 19:36:05 +01:00

21 lines
349 B
YAML

- name: Make me
user:
name: "{{ user }}"
home: "{{ home }}"
comment: Jake Howard
shell: /usr/bin/zsh
system: true
groups:
- input
- users
- video
- wheel
- tty
- uucp
- docker
- name: Give user sudo access
lineinfile:
path: /etc/sudoers
line: "{{ user }} ALL=(ALL) ALL"