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