diff --git a/roles/shell/tasks/users/thefunkyspaw.yml b/roles/shell/tasks/users/thefunkyspaw.yml index 58561b5..c630aea 100644 --- a/roles/shell/tasks/users/thefunkyspaw.yml +++ b/roles/shell/tasks/users/thefunkyspaw.yml @@ -1,6 +1,5 @@ --- -- name: Setting up thefunkyspaw - user: +- user: name: thefunkyspaw groups: tilde state: present