mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 04:30:22 -07:00
[PR #9532/8cef0ee5 backport][stable-10] defghi*: style adjustments (#9544)
defghi*: style adjustments (#9532)
* defghi*: style adjustments
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 8cef0ee551
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
26b8f30afa
commit
1f29fa2e39
26 changed files with 69 additions and 73 deletions
|
@ -51,12 +51,12 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Whether to ensure that the machine in desired state.
|
||||
- "The choices for state are:"
|
||||
- V(on) -- Request system turn on
|
||||
- V(off) -- Request system turn off without waiting for OS to shutdown
|
||||
- V(shutdown) -- Have system request OS proper shutdown
|
||||
- V(reset) -- Request system reset without waiting for OS
|
||||
- "V(boot) -- If system is off, then V(on), else V(reset)"
|
||||
- 'The choices for state are:'
|
||||
- V(on) -- Request system turn on.
|
||||
- V(off) -- Request system turn off without waiting for OS to shutdown.
|
||||
- V(shutdown) -- Have system request OS proper shutdown.
|
||||
- V(reset) -- Request system reset without waiting for OS.
|
||||
- V(boot) -- If system is off, then V(on), else V(reset).
|
||||
- Either this option or O(machine) is required.
|
||||
choices: ['on', 'off', shutdown, reset, boot]
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue