This commit is contained in:
Toshio Kuratomi 2016-09-23 14:31:06 -07:00 committed by Matt Clay
parent 654a38897f
commit 08874e4bf6

View file

@ -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]