mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc: changelog: add cs_snapshot_policy module
This commit is contained in:
parent
f961f9f4d0
commit
1c1f0a62b3
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ Ansible Changes By Release
|
|||
* ec2_vpc_nacl_facts
|
||||
- cloudstack
|
||||
* cs_router
|
||||
* cs_snapshot_policy
|
||||
- smartos
|
||||
* smartos_image_facts
|
||||
- systemd
|
||||
|
@ -188,7 +189,7 @@ Ansible Changes By Release
|
|||
|
||||
###Minor Changes:
|
||||
|
||||
* Added support for pipelining mode to more connection plugins, which helps prevent
|
||||
* Added support for pipelining mode to more connection plugins, which helps prevent
|
||||
module data from being written to disk.
|
||||
* Added a new '!unsafe' YAML decorator, which can be used in playbooks to ensure a
|
||||
string is not templated. For example: `foo: !unsafe "Don't template {{me}}"`.
|
||||
|
|
Loading…
Reference in a new issue