diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index f57ec88f6f..21d597d216 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -78,6 +78,13 @@ - config - nolvmetad +# Also kill the service with fire +- name: disable lvm2-lvmetad service + service: name=lvm2-lvmetad state=stopped enabled=no + tags: + - config + - nolvmetad + - name: set bridging to work right - copy: src="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules notify: