mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
docs: add notes that dnf_* modules do not work with dnf5 (#10238)
* Add notes that dnf_* modules do not work with dnf5.
* Apply suggestions from code review.
---------
(cherry picked from commit 1956815884)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,8 @@ options:
|
|||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
choices: [enabled, disabled]
|
choices: [enabled, disabled]
|
||||||
|
notes:
|
||||||
|
- Does not work with C(dnf5).
|
||||||
seealso:
|
seealso:
|
||||||
- module: ansible.builtin.dnf
|
- module: ansible.builtin.dnf
|
||||||
- module: ansible.builtin.yum_repository
|
- module: ansible.builtin.yum_repository
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ notes:
|
|||||||
guess as close as possible to the behaviour inferred from its code.
|
guess as close as possible to the behaviour inferred from its code.
|
||||||
- For most of cases where you want to lock and unlock specific versions of a
|
- For most of cases where you want to lock and unlock specific versions of a
|
||||||
package, this works fairly well.
|
package, this works fairly well.
|
||||||
|
- Does not work with C(dnf5).
|
||||||
requirements:
|
requirements:
|
||||||
- dnf
|
- dnf
|
||||||
- dnf-plugin-versionlock
|
- dnf-plugin-versionlock
|
||||||
|
|||||||
Reference in New Issue
Block a user