mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Note that the bundled six has been updated to 1.11.0
This commit is contained in:
parent
47d303e255
commit
6d27ac60cb
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ Ansible Changes By Release
|
||||||
## 2.5 "TBD" - ACTIVE DEVELOPMENT
|
## 2.5 "TBD" - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
* Removed the previouslly deprecated 'accelerate' mode and all associated keywords and code.
|
* Removed the previously deprecated 'accelerate' mode and all associated keywords and code.
|
||||||
|
|
||||||
### Deprecations
|
### Deprecations
|
||||||
* previouslly deprecated 'hostfile' config settings have been 're-deprecated' as previouslly code did not warn about deprecated configuration settings.
|
* previouslly deprecated 'hostfile' config settings have been 're-deprecated' as previouslly code did not warn about deprecated configuration settings.
|
||||||
|
@ -19,6 +19,7 @@ Ansible Changes By Release
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
* added a few new magic vars corresponding to configuration/command line options:
|
* added a few new magic vars corresponding to configuration/command line options:
|
||||||
ansible_diff_mode, ansible_inventory_sources, ansible_limit, ansible_run_tags , ansible_forks and ansible_skip_tags
|
ansible_diff_mode, ansible_inventory_sources, ansible_limit, ansible_run_tags , ansible_forks and ansible_skip_tags
|
||||||
|
* Updated the bundled copy of the six library to 1.11.0
|
||||||
|
|
||||||
<a id="2.4"></a>
|
<a id="2.4"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue