mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
1 Blank
This commit is contained in:
parent
8d357942f9
commit
ed5e9de244
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def get_exports(module, output_format, file_path="/etc/exports"):
|
|||
except Exception as ex:
|
||||
module.warn("Error calculating '{}' hash: {}".format(algo, ex))
|
||||
exports = {}
|
||||
|
||||
|
||||
output_lines = []
|
||||
if file_content_bytes:
|
||||
output_lines = file_content_bytes.decode('utf-8', errors='ignore').splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue