From 75e059a9ae312e800b8c38c722b38966f89ec091 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 11 Dec 2016 15:41:51 +0000 Subject: [PATCH] add some tags to the no lvmetad task --- roles/virthost/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index c25efc901a..9735fedd16 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -74,6 +74,9 @@ # - name: disable lvmetad lineinfile: dest=/etc/lvm/lvm.conf regexp="^(.*)use_lvmetad = 0" line="\1use_lvmetad = 0" backrefs=yes + tags: + - config + - nolvmetad - name: set bridging to work right - copy: src="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules