summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/virthost/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml
index f57ec88f6..21d597d21 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: