mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added standardized includes to the CHANGELOG
This commit is contained in:
parent
458f71b53c
commit
c934d4a383
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ New modules:
|
|||
|
||||
Misc changes:
|
||||
|
||||
* Includes now support the more standard syntax, similar to that of role includes and dependencies. It is no longer necessary to specify a special "vas" field for the variables passed to the include.
|
||||
* Changed the `user:` parameter on plays to `remote_user:` to prevent confusion with the module of the same name. Still backwards compatible on play parameters.
|
||||
* Added parameter to allow the fetch module to skip the md5 validation step ('validate_md5=false'). This is usefull when fetching files that are actively being written to, such as live log files.
|
||||
|
||||
|
|
Loading…
Reference in a new issue