From e6fa8a217d7b7b6cc31ce3f2e035d03761f8938c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 24 Jun 2014 19:03:48 +0000 Subject: [PATCH] Drop rhel config here, rhel7 is like fedora for this. --- tasks/koji/releng_config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml index 57a8896cdb..ad4881106d 100644 --- a/tasks/koji/releng_config.yml +++ b/tasks/koji/releng_config.yml @@ -106,15 +106,6 @@ - nfs-lock when: ansible_distribution == 'Fedora' -- name: enable nfs-related services and run them (rhel) - action: service name={{ item }} enabled=true state=started - with_items: - - rpcidmapd - - rpcbind - - nfs - - nfslock - when: ansible_distribution == 'RedHat' - - name: route to netapp network action: copy src="{{ files }}/../roles/koji_builder/files/route-eth1" dest=/etc/sysconfig/network-scripts/route-eth1 notify: