Browse code

updated pull location in changelog

it was in between of backslash description and example

Brian Coca authored on 2015/12/05 15:47:35
Showing 1 changed files
... ...
@@ -29,9 +29,9 @@ Ansible Changes By Release
29 29
 * New ssh configuration variables(`ansible_ssh_common_args`, `ansible_ssh_extra_args`) can be used to configure a
30 30
   per-group or per-host ssh ProxyCommand or set any other ssh options.
31 31
   `ansible_ssh_extra_args` is used to set options that are accepted only by ssh (not sftp or scp, which have their own analogous settings).
32
+* ansible-pull can now verify the code it runs when using git as a source repository, using git's code signing and verification features.
32 33
 * Backslashes used when specifying parameters in jinja2 expressions in YAML dicts sometimes needed to be escaped twice.
33 34
   This has been fixed so that escaping once works. Here's an example of how playbooks need to be modified:
34
-* ansible-pull can now verify the code it runs when using git as a source repository, using git's code signing and verification features.
35 35
 
36 36
     ```
37 37
     # Syntax in 1.9.x