From 70baa0dc9efced912d27f463a5fc13d833421ebe Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 29 May 2013 22:13:09 +0000 Subject: [PATCH] take out stuff we don't install anymore --- tasks/base.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tasks/base.yml b/tasks/base.yml index e24c924fe7..fce1a20098 100644 --- a/tasks/base.yml +++ b/tasks/base.yml @@ -59,17 +59,6 @@ - packages -- name: disabled services on rhel - action: service state=stopped enabled=false name=$item - with_items: - - yum-updatesd - - gpm - - rhnsd - only_if: '$is_rhel' - tags: - - service - - config - ### END RHEL SPECIFIC #### ### FEDORA SPECIFIC BITS ####