From d87f8a52ee03123a0d8b8e3ac1fc33bebc06b1c2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2014 21:05:50 +0000 Subject: [PATCH] Don't need to add group here, it's in fas --- roles/distgit/tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 240c5c0e03..7249928f5c 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -13,13 +13,6 @@ - mod_ssl - python-fedmsg-genacls -- name: set some sysctl options - sysctl: name=vm.zone_reclaim_mode value=1 state=present - when: env != "staging" - -- name: create the packager group - group: name=packager gid=415 state=present - - name: install the httpd config file copy: src=pkgs.fedoraproject.org.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org.conf notify: