From be05c576773e9a0b01d0064f602ad2be6958fa90 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 11 Apr 2015 21:00:08 -0400 Subject: [PATCH] Use "yes" instead of "True" for consistency. --- ch13/playbooks/run-mezzanine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/playbooks/run-mezzanine.yml b/ch13/playbooks/run-mezzanine.yml index 8f3524d..a0fcf98 100644 --- a/ch13/playbooks/run-mezzanine.yml +++ b/ch13/playbooks/run-mezzanine.yml @@ -49,7 +49,7 @@ docker: image: lorin/mezzanine:latest command: python manage.py {{ item }} --noinput - wait: True + wait: yes env: "{{ mezzanine_env }}" with_items: - syncdb -- 2.44.0