mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 20:50:32 -07:00
redhat_registration: use 'enable_content' D-Bus option when available (#9778)
This makes sure that subscription-manager always enables the content for
the system right after the registration.
This is particular important on EL 10+ and Fedora 41+.
(cherry picked from commit 203c1ecfec
)
Co-authored-by: Pino Toscano <ptoscano@redhat.com>
7 lines
334 B
YAML
7 lines
334 B
YAML
bugfixes:
|
|
- |
|
|
redhat_subscription - use the "enable_content" option (when available) when
|
|
registering using D-Bus, to ensure that subscription-manager enables the
|
|
content on registration; this is particular important on EL 10+ and Fedora
|
|
41+
|
|
(https://github.com/ansible-collections/community.general/pull/9778).
|