make consistent with book
authorLorin Hochstein <lhochstein@netflix.com>
Fri, 6 Jan 2017 06:55:21 +0000 (22:55 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Fri, 6 Jan 2017 06:55:21 +0000 (22:55 -0800)
ch06/playbooks/mezzanine.yml

index 9b968d5..2ee6acf 100644 (file)
         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: