From: Lorin Hochstein Date: Sun, 12 Apr 2015 01:00:08 +0000 (-0400) Subject: Use "yes" instead of "True" for consistency. X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=be05c576773e9a0b01d0064f602ad2be6958fa90;p=ansiblebook.git Use "yes" instead of "True" for consistency. --- 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