From 26a7dd1712787a82c6235bfc4e8748f26ea0a218 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Sat, 5 Sep 2015 23:52:30 +0159 Subject: [PATCH] remove local users group created by jessie --- ad-auth/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ad-auth/tasks/main.yml b/ad-auth/tasks/main.yml index 6344bd8..d9f4afc 100644 --- a/ad-auth/tasks/main.yml +++ b/ad-auth/tasks/main.yml @@ -11,3 +11,9 @@ - meta: flush_handlers - include: sudo.yml - meta: flush_handlers + +- name: ensure there is no local users group + lineinfile: dest=/etc/group state=absent line="users:x:100:" + tags: + - groups + - config -- GitLab