mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
83994c0a2d
It turns out that the 'environments' that the D-Bus Register*() APIs accept are the IDs of the environments, and not the user-facing names of the environments (which is what the module has been accepting so far). Since there is no easy way to do the mapping manually, for now use again the subscription-manager CLI for registering when environments are specified.
5 lines
294 B
YAML
5 lines
294 B
YAML
bugfixes:
|
|
- redhat_subscription - do not use D-Bus for registering when ``environment`` is specified,
|
|
so it possible to specify again the environment names for registering,
|
|
as the D-Bus APIs work only with IDs
|
|
(https://github.com/ansible-collections/community.general/pull/6319).
|