mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 23:24:21 -07:00
redhat_subscription: fix D-Bus option for environments on CentOS (#6275)
Factorize the current logic to determine whether use 'environments' as D-Bus registration option (rather than 'environment') in an own function, so it is easier to read it and maintain it. With the small helper function in place, extend the logic to support CentOS: it is in practice the same as the RHEL one, with an additional check to support CentOS Stream 8 (which is a rolling release, and not versioned).
This commit is contained in:
parent
9bb768ae62
commit
c280b793de
2 changed files with 30 additions and 5 deletions
|
@ -0,0 +1,4 @@
|
|||
bugfixes:
|
||||
- redhat_subscription - use the right D-Bus options for environments when registering
|
||||
a CentOS Stream 8 system and using ``environment``
|
||||
(https://github.com/ansible-collections/community.general/pull/6275).
|
Loading…
Add table
Add a link
Reference in a new issue