diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index 5761b6a1c7..019ae4bbcf 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -89,6 +89,7 @@ # - name: disable lvmetad lineinfile: dest=/etc/lvm/lvm.conf regexp="^(.*)use_lvmetad = 1" line="\1use_lvmetad = 0" backrefs=yes + failed_when: false tags: - config - nolvmetad @@ -96,6 +97,7 @@ # Also kill the service with fire - name: disable lvm2-lvmetad service service: name=lvm2-lvmetad state=stopped enabled=no + failed_when: false tags: - config - nolvmetad