From f767fce831bd01c5f86f255b420da93dc62603fb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 May 2018 22:06:27 +0000 Subject: [PATCH] this is now a socket, disable and kill that --- roles/virthost/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index c06493c8c8..b3e468d826 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -95,8 +95,8 @@ - nolvmetad # Also kill the service with fire -- name: disable lvm2-lvmetad service - service: name=lvm2-lvmetad state=stopped enabled=no +- name: disable lvm2-lvmetad socket + service: name=lvm2-lvmetad.socket state=stopped enabled=no check_mode: no failed_when: false tags: