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