machinectl: include the success command (#5287)

Combines the success command when building the become command. This is
consistent with other become plugins.
This commit is contained in:
Ben Brown 2022-09-25 20:09:08 +01:00 committed by GitHub
commit f3bcfa5a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- machinectl become plugin - combine the success command when building the become command to be consistent with other become plugins (https://github.com/ansible-collections/community.general/pull/5287).