mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-17 19:41:43 -07:00
irc: deprecate default 'false' for validate_certs and use_tls (#7578)
* Deprecate default 'false' for validate_certs and use_tls. * Fix PR number.
This commit is contained in:
parent
097f08608f
commit
30c155e250
2 changed files with 31 additions and 4 deletions
4
changelogs/fragments/7578-irc-tls.yml
Normal file
4
changelogs/fragments/7578-irc-tls.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
deprecated_features:
|
||||
- "irc - the defaults ``false`` for ``use_tls`` and ``validate_certs`` have been deprecated and will change to ``true`` in community.general 10.0.0
|
||||
to improve security. You can already improve security now by explicitly setting them to ``true``. Specifying values now disables the deprecation
|
||||
warning (https://github.com/ansible-collections/community.general/pull/7578)."
|
Loading…
Add table
Add a link
Reference in a new issue