From de2fa75cf92de2d35057ffdf0a936850af0af069 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 19:07:28 +0200 Subject: [PATCH] Add missing prepare include --- plays/post_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plays/post_deploy.yml b/plays/post_deploy.yml index 6c8c051..f76bd02 100644 --- a/plays/post_deploy.yml +++ b/plays/post_deploy.yml @@ -2,6 +2,9 @@ - hosts: all gather_facts: false tasks: + - name: Include prepare tasks + include: ./lib/prepare.yml + - name: Include vars tasks include: ./lib/vars.yml