From: Lorin Hochstein Date: Fri, 6 Jan 2017 05:59:10 +0000 (-0800) Subject: change git repo used X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=b4afb36e5f669840c6eea01179172680e3c626aa;p=ansiblebook.git change git repo used --- diff --git a/ch06/playbooks/mezzanine.yml b/ch06/playbooks/mezzanine.yml index 64ff0bd..9b968d5 100644 --- a/ch06/playbooks/mezzanine.yml +++ b/ch06/playbooks/mezzanine.yml @@ -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: