change git repo used
authorLorin Hochstein <lhochstein@netflix.com>
Fri, 6 Jan 2017 05:59:10 +0000 (21:59 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Fri, 6 Jan 2017 05:59:10 +0000 (21:59 -0800)
ch06/playbooks/mezzanine.yml

index 64ff0bd..9b968d5 100644 (file)
@@ -15,7 +15,7 @@
     domains:
       - 192.168.33.10.xip.io
       - www.192.168.33.10.xip.io
-    repo_url: git@github.com:lorin/mezzanine-example.git
+    repo_url: git@github.com:ansiblebook/mezzanine_example.git
     locale: en_US.UTF-8
     # Variables below don't appear in Mezannine's fabfile.py
     # but I've added them for convenience
@@ -58,7 +58,6 @@
         repo: "{{ repo_url }}"
         dest: "{{ proj_path }}"
         accept_hostkey: yes
-        version: update  # TODO: Merge update to the master branch and remove this
     - name: install Python requirements globally via pip
       pip: name={{ item }} state=latest
       with_items: