diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index 019ae4bbcf..c06493c8c8 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -97,6 +97,7 @@ # Also kill the service with fire - name: disable lvm2-lvmetad service service: name=lvm2-lvmetad state=stopped enabled=no + check_mode: no failed_when: false tags: - config