diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml index 116a5796ad..8bb3864702 100644 --- a/tasks/koji/releng_config.yml +++ b/tasks/koji/releng_config.yml @@ -111,11 +111,9 @@ - name: enable nfs-related services and run them action: service name={{ item }} enabled=true state=started with_items: - - rpcidmapd - - rpcbind - - nfs - - nfslock - + - nfs-idmapd + - rpc-statd + - nfs-lock - name: route to netapp network action: copy src="{{ files }}/../roles/koji_builder/files/route-eth1" dest=/etc/sysconfig/network-scripts/route-eth1