Force git updates for Ruby example deployment since deploys can modify files.

This commit is contained in:
Jeff Geerling
2015-09-23 22:06:14 -05:00
parent 87c62f1640
commit aff99c082b
+1
View File
@@ -15,6 +15,7 @@
version: "{{ app_version }}"
dest: "{{ app_directory }}"
accept_hostkey: true
force: yes
register: app_updated
notify: restart nginx