ansible/changelogs/fragments/58734-correct-machinectl-become-plugin.yaml
Joseph 6d467a8bd9 Backport machinectl become plugin fixes (#58734) (#58774)
* Correct machinectl become plugin function arguments (#58734)

* Correct get_option function name and change flags to become_flags

* Remove the '--' from the returned command

* add changelog fragment

* change changelog fragment description

* move the -q argument to machinectl before the shell argument to resolve issues with machinectl v230 (see #56571)

(cherry picked from commit 4f642daae5)

* Update PR number in changelog fragment

* Revert "Update PR number in changelog fragment"

This reverts commit 38e6b4785a4a13aacf86541a64c4b8e47f52c1d4.
2019-07-16 14:40:36 -07:00

2 lines
91 B
YAML

bugfixes:
- machinectl become plugin - correct bugs which induced errors on plugin usage