mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
o*: style adjustments (#9526)
* o*: style adjustments * apply recommendations from review * Update plugins/modules/one_vm.py * fix example * adjustment from review * Update plugins/modules/one_vm.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3dcac2b030
commit
d325cfc343
31 changed files with 196 additions and 173 deletions
|
@ -43,8 +43,9 @@ options:
|
|||
pattern:
|
||||
type: str
|
||||
description:
|
||||
- If the service does not respond to the 'running' command, name a substring to look for as would be found in the output of the C(ps) command
|
||||
as a stand-in for a 'running' result. If the string is found, the service will be assumed to be running.
|
||||
- If the service does not respond to the 'running' command, name a substring to look for as would be found in the output
|
||||
of the C(ps) command as a stand-in for a 'running' result. If the string is found, the service will be assumed to
|
||||
be running.
|
||||
notes:
|
||||
- One option other than O(name) is required.
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue