mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Blanks
This commit is contained in:
parent
9944b60fc7
commit
1d57e665d6
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,6 @@ def get_exports(module, output_format, file_path="/etc/exports"):
|
|||
module.fail_json(msg="Error while processing exports: {}".format(e))
|
||||
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
|
@ -130,6 +128,8 @@ def main():
|
|||
exports_info=result['exports_info'],
|
||||
file_digest=result['file_digest']
|
||||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue