From: Paul Bonaud Date: Fri, 30 Nov 2018 17:36:03 +0000 (+0100) Subject: Fix: post depoy tasks were not launched. This fixes it. X-Git-Tag: v1.13~1^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F28%2Fhead;p=github%2Ffretlink%2Fansible-clever.git Fix: post depoy tasks were not launched. This fixes it. --- diff --git a/tasks/main.yml b/tasks/main.yml index 2c9a61e..b8b4446 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -30,3 +30,9 @@ tags: - clever - clever-deploy + +- name: Post deploy tasks + include_tasks: post_deploy.yml + tags: + - clever + - clever-deploy