mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
Space Error
This commit is contained in:
parent
4f4c4bda34
commit
d448a63879
1 changed files with 1 additions and 2 deletions
|
@ -70,10 +70,9 @@ import hashlib
|
|||
|
||||
|
||||
def get_exports(module, output_format, file_path="/etc/exports"):
|
||||
|
||||
IP_ENTRY_PATTERN = re.compile(r'(\d+\.\d+\.\d+\.\d+)\(([^)]+)\)')
|
||||
MAIN_LINE_PATTERN = re.compile(r'\s*(\S+)\s+(.+)')
|
||||
|
||||
|
||||
file_digests = {}
|
||||
hash_algorithms = ['sha256', 'sha1', 'md5']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue