From b4afb36e5f669840c6eea01179172680e3c626aa Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Thu, 5 Jan 2017 21:59:10 -0800 Subject: [PATCH] change git repo used --- ch06/playbooks/mezzanine.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.44.0