From 165973baf498f6e1f04aac7eaa891f52e08b1de0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 May 2014 22:23:33 +0000 Subject: Fix missing " --- playbooks/groups/fedocal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/fedocal.yml b/playbooks/groups/fedocal.yml index c91c58eb9..30a8d69b3 100644 --- a/playbooks/groups/fedocal.yml +++ b/playbooks/groups/fedocal.yml @@ -74,7 +74,7 @@ hosts: fedocal-stg;fedocal user: root gather_facts: True - accelerate: "{{ accelerated }} + accelerate: "{{ accelerated }}" vars_files: - /srv/web/infra/ansible/vars/global.yml -- cgit