2.8 Core Deprecation Removal (#45232)

* Remove deprecated ansible.vars.unsafe_proxy. Fixes #45040

* Remove deprecated validate_md5 alias from fetch module. Fixes #45039

* Remove deprecated private arg from import/include_role. Fixes #45038

* All include deprecations bumped to 2.12. Fixes #45037

* Add changelog for deprecated removals
This commit is contained in:
Matt Martz 2018-09-10 15:05:52 -05:00 committed by GitHub
parent 99aafcc8ca
commit 0015d4cef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 69 deletions

View file

@ -49,7 +49,6 @@ options:
- Verify that the source and destination checksums match after the files are fetched.
type: bool
default: 'yes'
aliases: [ "validate_md5" ]
flat:
version_added: "1.2"
description: