Skip to content

Commit 920d85e

Browse files
author
nina.loser
committed
try to fix the linter
1 parent 38bd089 commit 920d85e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

plugins/modules/vmware_vm_info.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,17 @@
131131
description:
132132
- If V(vm_name) is used as an Regex Filter.
133133
- Metacharacters use in the V(vm_name):
134-
- [] -> A set of characters
135-
- \ -> Signals a special sequence (can also be used to escape special characters)
136-
- . -> Any character (except newline character)
137-
- ^ -> Starts with
138-
- $ -> Ends with
139-
- * -> Zero or more occurrences
140-
- + -> One or more occurrences
141-
- ? -> Zero or one occurrences
142-
- {} -> Exactly the specified number of occurrences
143-
- | -> Either or
144-
- () -> Capture and group
134+
- [] A set of characters
135+
- \ Signals a special sequence (can also be used to escape special characters)
136+
- . Any character (except newline character)
137+
- ^ Starts with
138+
- $ Ends with
139+
- * Zero or more occurrences
140+
- + One or more occurrences
141+
- ? Zero or one occurrences
142+
- {} Exactly the specified number of occurrences
143+
- | Either or
144+
- () Capture and group
145145
- For more: Python RegEx
146146
type: bool
147147
default: False

0 commit comments

Comments
 (0)