From e1dff95cc52cbc911eaeffd049bd8efff67528ee Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 28 Jan 2019 16:41:23 +0100 Subject: [PATCH] vm-update: Use post_tasks rather than explicit flush_handlers --- ansible/vm-update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/vm-update.yml b/ansible/vm-update.yml index a5a2c83..871b3c7 100644 --- a/ansible/vm-update.yml +++ b/ansible/vm-update.yml @@ -22,9 +22,7 @@ roles: - vm/network - tasks: - - meta: flush_handlers - + post_tasks: - name: Shutdown VM async: 1 poll: 0 -- 1.7.10.4