diff --git a/tasks/user.yml b/tasks/user.yml index a9d2c98..5612585 100644 --- a/tasks/user.yml +++ b/tasks/user.yml @@ -11,3 +11,8 @@ - users - video - wheel + +- name: Give user sudo access + lineinfile: + path: /etc/sudoers + line: "{{ user }} ALL=(ALL) ALL"