mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Add blank lines to respect linter policy
This commit is contained in:
parent
d218c373de
commit
c4b3678020
1 changed files with 2 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ def _set_ephemeral_args(args):
|
|||
|
||||
return result
|
||||
|
||||
|
||||
def mount(module, args):
|
||||
"""Mount up a path or remount if needed."""
|
||||
|
||||
|
|
@ -727,6 +728,7 @@ def _is_same_mount_src(module, args, mntinfo_file="/proc/self/mountinfo"):
|
|||
# (dst == mountpoint and src == name) was never reached
|
||||
return False
|
||||
|
||||
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
|
|
|
|||
Loading…
Reference in a new issue