From f1c2d511eefc2c3b7d16d460a8702bb8e1840be9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 16:57:24 +0000 Subject: [PATCH] Typofix. --- roles/taiga/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index a71ac9826c..aa2e9dfc0e 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -136,7 +136,7 @@ tags: taiga - name: set taiga-back to start - service: name=taiga-back state=running enables=yes + service: name=taiga-back state=running enabled=yes tags: taiga ### DONE with taiga-back