From: Lorin Hochstein Date: Fri, 6 Jan 2017 06:55:21 +0000 (-0800) Subject: make consistent with book X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=8b558e52e2a975bce9256b5d7ac37dd2110ec0f5;p=ansiblebook.git make consistent with book --- diff --git a/ch06/playbooks/mezzanine.yml b/ch06/playbooks/mezzanine.yml index 9b968d5..2ee6acf 100644 --- a/ch06/playbooks/mezzanine.yml +++ b/ch06/playbooks/mezzanine.yml @@ -54,10 +54,7 @@ path: "{{ ansible_env.HOME }}/logs" state: directory - name: check out the repository on the host - git: - repo: "{{ repo_url }}" - dest: "{{ proj_path }}" - accept_hostkey: yes + git: repo={{ repo_url }} dest={{ proj_path }} accept_hostkey=yes - name: install Python requirements globally via pip pip: name={{ item }} state=latest with_items: