mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updating CHANGELOG for meta end_play and meta conditionals feature
This commit is contained in:
parent
78b8f81cab
commit
078840b427
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ Ansible Changes By Release
|
|||
- ansible_totalmem (renamed to ansible_memtotal_mb, units changed to MB instead of bytes)
|
||||
* Added the ability to specify serial batches as a list (`serial: [1, 5, 10]`), which allows for so-called "canary" actions in one play.
|
||||
* Fixed 'local type' plugins and actions to have a more predictable relative path. Fixes a regression of 1.9 (PR #16805). Existing users of 2.x will need to adjust related tasks.
|
||||
* Added a new `meta` option: `end_play`, which can be used to skip to the end of a play.
|
||||
* `meta` tasks can now use conditionals.
|
||||
|
||||
####New Modules:
|
||||
- archive
|
||||
|
|
Loading…
Reference in a new issue