From 4263caa7ea5440cd344d77a7329d698ef41372b5 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Tue, 8 Sep 2020 13:42:40 +0200 Subject: [PATCH] Remove obsolete local users group handling --- ad-auth/tasks/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ad-auth/tasks/main.yml b/ad-auth/tasks/main.yml index c9f5135..34bb826 100644 --- a/ad-auth/tasks/main.yml +++ b/ad-auth/tasks/main.yml @@ -16,12 +16,3 @@ - import_tasks: sudo.yml tags: ad-auth - meta: flush_handlers - -- name: ensure there is no local users group - lineinfile: - path: /etc/group - state: absent - regexp: "^users:" - tags: - - groups - - ad-auth -- GitLab