From 6bd1c712285bcff90b617d17f73687575857ee60 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Thu, 22 Oct 2020 15:22:06 +0200 Subject: [PATCH] public key wasn't added --- roles/shell/tasks/users/thefunkyspaw.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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