1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-07 02:58:54 +00:00

Address 2.9 uri deprecations (#55330)

* Address 2.9 uri deprecations. Fixes #55310

* Add changelog fragment
This commit is contained in:
Matt Martz 2019-04-16 14:17:03 -05:00 committed by GitHub
parent 9f83139dcb
commit 07443a2bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 27 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- uri - Remove deprecated ``HEADER_`` support (https://github.com/ansible/ansible/issues/55310)