From b659608bfa1d248cf698def5bb6c69c2aa61d1d1 Mon Sep 17 00:00:00 2001 From: xdovahkinx Date: Tue, 23 Jul 2019 04:46:34 -0400 Subject: [PATCH] groupmod --- roles/shell/tasks/users/fncso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell/tasks/users/fncso.yml b/roles/shell/tasks/users/fncso.yml index 5630e9f..f11f137 100644 --- a/roles/shell/tasks/users/fncso.yml +++ b/roles/shell/tasks/users/fncso.yml @@ -2,7 +2,7 @@ - name: Setting up fncso user: name: fncso - groups: fortitude + groups: fortitude, tilde state: present skeleton: /etc/skel shell: /bin/bash