From 94e5f3f3459a1bb6a20048ebc35fcc1bef712f0a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 21 Dec 2017 21:10:07 +0000 Subject: [PATCH] fix this for check mode --- roles/virthost/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) 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