HashNuke / ansible-elixir-stack

Ansible role to setup server with Elixir & Postgres to deploy apps
295 stars 52 forks source link

Add force flag when cloning project #10

Closed jwarlander closed 9 years ago

jwarlander commented 9 years ago

By default, since 1.9, Ansible no longer overwrites modified files in the working tree when updating a cloned git repository. To maintain robust deployment behavior that's consistent across Ansible versions, set the 'force' flag to True to re-enable overwriting the working tree. Fixes #9.

HashNuke commented 9 years ago

@jwarlander Realized that after reading the blog post yesterday