diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-05-23 22:23:33 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2014-05-23 22:23:33 +0000 |
commit | 165973baf498f6e1f04aac7eaa891f52e08b1de0 (patch) | |
tree | 8473ae0bc7a729c6642781d946d6734a2bcd700f | |
parent | 042eb241e030c0bcb8c4144f8dd44c8bd8595026 (diff) | |
download | ansible-165973baf498f6e1f04aac7eaa891f52e08b1de0.tar.gz ansible-165973baf498f6e1f04aac7eaa891f52e08b1de0.tar.xz ansible-165973baf498f6e1f04aac7eaa891f52e08b1de0.zip |
Fix missing "
-rw-r--r-- | playbooks/groups/fedocal.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |