mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Module lvol fails when decimal point is a colon
This commit is contained in:
@@ -72,7 +72,7 @@ EXAMPLES = '''
|
||||
'''
|
||||
|
||||
import re
|
||||
decimal_point = pattern = re.compile(r"(\.|,)")
|
||||
decimal_point = re.compile(r"(\.|,)")
|
||||
|
||||
def parse_lvs(data):
|
||||
lvs = []
|
||||
|
||||
Reference in New Issue
Block a user