Add a changelog entry for how the git module has changed.

pull/9450/head
Toshio Kuratomi 10 years ago
parent 58defa5cce
commit 145b28045f

@ -58,6 +58,7 @@ Some other notable changes:
* ec2_ami_search: support for SSD and IOPS provisioned EBS images
* can set ansible_sudo_exe as an inventory variable which allows specifying
a different sudo (or equivalent) command
* git module: Submodule handling has changed. Previously if you used the ``recursive`` parameter to handle submodules, ansible would track the submodule upstream's head revision. This has been changed to checkout the version of the submodule specified in the superproject's git repository. This is inline with what git submodule update does. If you want the old behaviour use the new module parameter track_submodules=yes
And various other bug fixes and improvements ...

Loading…
Cancel
Save