mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
30c155e250
* Deprecate default 'false' for validate_certs and use_tls. * Fix PR number.
4 lines
405 B
YAML
4 lines
405 B
YAML
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)."
|