From bfc89c276249395ed2966df1a36be427bce5f7d8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 May 2016 16:33:48 +0000 Subject: [PATCH] Fix tags --- roles/nfs/client/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index f08ac4371c..627fab2c67 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -2,8 +2,7 @@ - name: idmapd.conf copy: src=idmapd.conf dest=/etc/idmapd.conf tags: - - configs - - koji_builder + - nfs/client - name: route config for netapp network copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1