From 99d441b27cf1897cbbaa7c4cc559f4782dba93a4 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 20 Mar 2021 10:40:54 +0100 Subject: [PATCH] updated sudo state --- states/sudo/defaults.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/states/sudo/defaults.yaml b/states/sudo/defaults.yaml index dbec4cd..1d9d374 100644 --- a/states/sudo/defaults.yaml +++ b/states/sudo/defaults.yaml @@ -9,17 +9,17 @@ sudo: - 'always_set_home' acls: root: - group: False + group: false host: ALL who: ALL:ALL command: ALL admin: - group: True + group: true host: ALL who: ALL command: ALL sudo: - group: True + group: true host: ALL who: ALL:ALL - command: ALL \ No newline at end of file + command: ALL