mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
[PR #6669/74ffb295 backport][stable-7] rhsm_release: improve the execution of subscription-manager (#6674)
rhsm_release: improve the execution of subscription-manager (#6669)
- pass the arguments to run_command() directly as list, rather than
joining the arguments to string, which run_command() will need to
split again
- disable the expansions of variables, as there are none
Adapt the unit test to the different way run_command() is called,
factorizing the kwargs for run_command() so there is less repetition.
There should be no behaviour changes.
(cherry picked from commit 74ffb29573
)
Co-authored-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
396b94183d
commit
f986b97c9a
3 changed files with 15 additions and 8 deletions
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- |
|
||||
rhsm_release - improve/harden the way ``subscription-manager`` is run;
|
||||
no behaviour change is expected
|
||||
(https://github.com/ansible-collections/community.general/pull/6669).
|
Loading…
Add table
Add a link
Reference in a new issue