From 3e70f67759055f7b11d42d10d5a249f184264b40 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 28 Feb 2019 08:58:28 -0500 Subject: [PATCH] Update 'roles/shell/tasks/users/tildeos.yml' --- roles/shell/tasks/users/tildeos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell/tasks/users/tildeos.yml b/roles/shell/tasks/users/tildeos.yml index 3ccb908..59ecec0 100644 --- a/roles/shell/tasks/users/tildeos.yml +++ b/roles/shell/tasks/users/tildeos.yml @@ -1,7 +1,7 @@ --- - user: name: tildeos - groups: tilde, sudo + groups: tilde state: present skeleton: /etc/skel shell: /bin/bash