mirror of https://github.com/ansible/ansible.git
Fix git module to update branch to latest when using version=<branch>
The git module would not pull in updates to a branch when version=<branch>. This updates that block to checkout the branch and then do a git reset --hard <remote>/<branch>. This should now track updates to a branch.pull/1723/head
parent
5809807bc1
commit
b1ec6e8163
Loading…
Reference in New Issue