mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 18:20:30 -07:00
Remove superfluous quotation mark.
This commit is contained in:
parent
f38d974d42
commit
0d02265a23
3 changed files with 3 additions and 3 deletions
|
@ -224,7 +224,7 @@ This is release 10\.0\.0 of <code>community\.general</code>\, released on 2024\-
|
|||
<a id="breaking-changes--porting-guide"></a>
|
||||
### Breaking Changes / Porting Guide
|
||||
|
||||
* 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](https\://github\.com/ansible\-collections/community\.general/pull/8921)\)\.\"
|
||||
* 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](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](https\://github\.com/ansible\-collections/community\.general/pull/8928)\)\.
|
||||
* irc \- the defaults of <code>use\_tls</code> and <code>validate\_certs</code> changed from <code>false</code> to <code>true</code> \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\.
|
||||
* rhsm\_repository \- the states <code>present</code> and <code>absent</code> have been removed\. Use <code>enabled</code> and <code>disabled</code> instead \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\.
|
||||
|
|
|
@ -214,7 +214,7 @@ Minor Changes
|
|||
Breaking Changes / Porting Guide
|
||||
--------------------------------
|
||||
|
||||
- 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)."
|
||||
- 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).
|
||||
- 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`` to ``true`` (https://github.com/ansible-collections/community.general/pull/8918).
|
||||
- rhsm_repository - the states ``present`` and ``absent`` have been removed. Use ``enabled`` and ``disabled`` instead (https://github.com/ansible-collections/community.general/pull/8918).
|
||||
|
|
|
@ -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``
|
||||
|
|
Loading…
Add table
Reference in a new issue