Skip to content

Commit 0ea091b

Browse files
author
nina.loser
committed
try to fix the linter
1 parent b710d12 commit 0ea091b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

plugins/modules/vmware_vm_info.py

+1-13
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,7 @@
130130
regex:
131131
description:
132132
- If V(vm_name) is used as an Regex Filter.
133-
- 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
145-
- For more: Python RegEx
133+
- For Metacharacters use in the V(vm_name) show Python RegEx
146134
type: bool
147135
default: False
148136
cluster:

0 commit comments

Comments
 (0)