Install rsync
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 05:41:08 +0000 (21:41 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 05:41:08 +0000 (21:41 -0800)
ch13/ansible/roles/mezzanine/tasks/main.yml

index 1a451c3..fef55e2 100644 (file)
@@ -7,6 +7,7 @@
     - python-dev
     - python-pip
     - python-psycopg2
+    - rsync
 - name: install pip packages
   pip: name={{ item }}
   with_items:
@@ -17,6 +18,5 @@
     - python-memcached
 - name: copy project files
   synchronize:
-    src: "{{ lookup('pipe', 'dirname `pwd`') }}/mezzanine_example"
+    src: "{{ lookup('pipe', 'dirname `pwd`') }}/mezzanine_example/"
     dest: /srv/project
-