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.
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.