updated pull location in changelog
it was in between of backslash description and example
This commit is contained in:
parent
b7a32536d8
commit
fa71c38c2a
1 changed files with 1 additions and 1 deletions
|
@ -37,9 +37,9 @@ Ansible Changes By Release
|
||||||
* New ssh configuration variables(`ansible_ssh_common_args`, `ansible_ssh_extra_args`) can be used to configure a
|
* New ssh configuration variables(`ansible_ssh_common_args`, `ansible_ssh_extra_args`) can be used to configure a
|
||||||
per-group or per-host ssh ProxyCommand or set any other ssh options.
|
per-group or per-host ssh ProxyCommand or set any other ssh options.
|
||||||
`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).
|
`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).
|
||||||
|
* ansible-pull can now verify the code it runs when using git as a source repository, using git's code signing and verification features.
|
||||||
* Backslashes used when specifying parameters in jinja2 expressions in YAML dicts sometimes needed to be escaped twice.
|
* Backslashes used when specifying parameters in jinja2 expressions in YAML dicts sometimes needed to be escaped twice.
|
||||||
This has been fixed so that escaping once works. Here's an example of how playbooks need to be modified:
|
This has been fixed so that escaping once works. Here's an example of how playbooks need to be modified:
|
||||||
* ansible-pull can now verify the code it runs when using git as a source repository, using git's code signing and verification features.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
# Syntax in 1.9.x
|
# Syntax in 1.9.x
|
||||||
|
|
Loading…
Reference in a new issue