Browse code

added that ansible-pull is now shallow to changelog

Brian Coca authored on 2015/12/14 02:18:28
Showing 1 changed files
... ...
@@ -350,6 +350,7 @@ newline being stripped you can change your playbook like this:
350 350
 * We do not ignore the explicitly set login user for ssh when it matches the 'current user' anymore, this allows overriding .ssh/config when it is set
351 351
   explicitly. Leaving it unset will still use the same user and respect .ssh/config. This also means ansible_ssh_user can now return a None value.
352 352
 * environment variables passed to remote shells now default to 'controller' settings, with fallback to en_us.UTF8 which was the previous default.
353
+* ansible-pull now defaults to doing shallow checkouts with git, use `--full` to return to previous behaviour.
353 354
 * Handling of undefined variables has changed.  In most places they will now raise an error instead of silently injecting an empty string.  Use the default filter if you want to approximate the old behaviour:
354 355
 
355 356
     ```