From d1368716a522326bf4b825e092059eae56bd2e71 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Mon, 10 May 2021 19:14:16 -0400 Subject: [PATCH] -tasks --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index ee2263da6..f7b0de2ca 100644 --- a/fabfile.py +++ b/fabfile.py @@ -190,7 +190,7 @@ def ec2(): def all(): assign_digitalocean_roledefs() - env.roles = ['app', 'db', 'task', 'debug', 'node', 'push', 'work', 'www', 'search'] + env.roles = ['app', 'db', 'debug', 'node', 'push', 'work', 'www', 'search'] # ============= # = Bootstrap =