From 02815e8bb46fffc28464162c26e98985bdfd8810 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 4 Nov 2013 04:49:58 +0100 Subject: Flush pending handlers between each include. In particular, run 'apt-get update' right after configured APT, and restart daemon right after configured them. The advantage being that if ansible crashes in some "task", the earlier would already be restarted if neeeded. (This may not happen in the next run since the configuration should already be up to date.) --- roles/common/tasks/apt.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/common/tasks/apt.yml') diff --git a/roles/common/tasks/apt.yml b/roles/common/tasks/apt.yml index 030709b..d172384 100644 --- a/roles/common/tasks/apt.yml +++ b/roles/common/tasks/apt.yml @@ -39,3 +39,6 @@ service: name=cron state=started tags: - cron + +# We should run 'apt-get update' before proceeding to any other task. +- meta: flush_handlers -- cgit v1.2.3