reviewable/pr18780/r1
Toshio Kuratomi 9 years ago committed by GitHub
parent 13c7288aea
commit edf361a5d4

@ -375,7 +375,7 @@ def mount(module, **kwargs):
if get_platform().lower() == 'freebsd':
cmd += ['-F', args['fstab']]
elif get_platform().lower() == 'linux':
elif get_platform().lower() == 'linux' and args['fstab'] != '/etc/fstab':
cmd += ['-T', args['fstab']]
cmd += [name]

Loading…
Cancel
Save