Skip to content

Commit fc30a2c

Browse files
patchback[bot]felixfonteinrussoz
authored
[PR #10248/cb26c50d backport][stable-8] [stable-9] docs: add notes that dnf_* modules do not work with dnf5 (#10238) (#10249)
[stable-9] docs: add notes that dnf_* modules do not work with dnf5 (#10238) (#10248) 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 1956815) (cherry picked from commit cb26c50) Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Alexei Znamensky <[email protected]>
1 parent 487cb08 commit fc30a2c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

plugins/modules/dnf_config_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
required: false
4141
type: str
4242
choices: [enabled, disabled]
43+
notes:
44+
- Does not work with C(dnf5).
4345
seealso:
4446
- module: ansible.builtin.dnf
4547
- module: ansible.builtin.yum_repository

plugins/modules/dnf_versionlock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
guess as close as possible to the behaviour inferred from its code.
7575
- For most of cases where you want to lock and unlock specific versions of a
7676
package, this works fairly well.
77+
- Does not work with C(dnf5).
7778
requirements:
7879
- dnf
7980
- dnf-plugin-versionlock

0 commit comments

Comments
 (0)