Changes in 1.7.0
Add a flag to force overwrite in the git pull strategy. This can be useful to prevent deployments failing after doing local changes in the remote machine's git repository
This is due to a BC change in Ansible 1.9 where they changed the default value from yes to no for this option in the git module. Thanks @fonsecas72