aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
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 @@
30 tags: 30 tags:
31 - clever 31 - clever
32 - clever-deploy 32 - clever-deploy
33
34- name: Post deploy tasks
35 include_tasks: post_deploy.yml
36 tags:
37 - clever
38 - clever-deploy