From 6fbef9ce1e982f6b990d044ae2b52e1204dbaff5 Mon Sep 17 00:00:00 2001 From: xdovahkinx Date: Sat, 13 Jul 2019 23:20:44 -0400 Subject: [PATCH] Add the group "Fortitude" for the team project --- roles/shell/tasks/users.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 7074d75..178a833 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -7,6 +7,10 @@ - group: name: sudo state: present + +- group: + name: fortitude + state: present #Service accounts - include: users/minecraft.yml - include: users/bzflag.yml