mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 14:14:22 -07:00
blank Error
This commit is contained in:
parent
e6b5d52c83
commit
4004e07cd9
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ file_digest:
|
|||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
import re
|
||||
|
||||
|
||||
def get_exports(module, output_format, file_path="/etc/exports"):
|
||||
IP_ENTRY_PATTERN = re.compile(r'(\d+\.\d+\.\d+\.\d+)\(([^)]+)\)')
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue