Remove superfluous quotation mark.

This commit is contained in:
Felix Fontein 2024-11-05 18:31:09 +01:00
commit 0d02265a23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ releases:
- The collection no longer supports ansible-core 2.13 and ansible-core 2.14.
While most (or even all) modules and plugins might still work with these
versions, they are no longer tested in CI and breakages regarding them will
not be fixed (https://github.com/ansible-collections/community.general/pull/8921)."
not be fixed (https://github.com/ansible-collections/community.general/pull/8921).
- cmd_runner module utils - CLI arguments created directly from module parameters
are no longer assigned a default formatter (https://github.com/ansible-collections/community.general/pull/8928).
- irc - the defaults of ``use_tls`` and ``validate_certs`` changed from ``false``