Give user sudo access

This commit is contained in:
Jake Howard 2019-05-27 22:10:51 +01:00
parent e615641b24
commit 51829bd25c
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -11,3 +11,8 @@
- users
- video
- wheel
- name: Give user sudo access
lineinfile:
path: /etc/sudoers
line: "{{ user }} ALL=(ALL) ALL"