This commit is contained in:
Toshio Kuratomi 2016-09-23 14:31:06 -07:00 committed by GitHub
parent 13c7288aea
commit edf361a5d4

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]