Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugins/modules/dnf_config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
required: false
type: str
choices: [enabled, disabled]
notes:
- Does not work with C(dnf5).
seealso:
- module: ansible.builtin.dnf
- module: ansible.builtin.yum_repository
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/dnf_versionlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
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
package, this works fairly well.
- Does not work with C(dnf5).
requirements:
- dnf
- dnf-plugin-versionlock
Expand Down