Use "yes" instead of "True" for consistency.
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 12 Apr 2015 01:00:08 +0000 (21:00 -0400)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 12 Apr 2015 01:00:08 +0000 (21:00 -0400)
ch13/playbooks/run-mezzanine.yml

index 8f3524d..a0fcf98 100644 (file)
@@ -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