mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Format Error
This commit is contained in:
parent
e77b24f639
commit
edba62e971
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def get_exports(module, output_format, file_path="/etc/exports"):
|
|||
}
|
||||
|
||||
except Exception as e:
|
||||
module.fail_json(msg="Error while processing exports: {}".format(str(e)))
|
||||
module.fail_json(msg="Error while processing exports: {}".format(e))
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue