Fix mount default options -- should be defaults, not default

This commit is contained in:
Toshio Kuratomi 2016-09-28 11:12:00 -07:00 committed by Matt Clay
parent 177dcadbc0
commit 9436d013d4

View file

@ -544,7 +544,7 @@ def main():
else:
args = dict(
name=module.params['name'],
opts='default',
opts='defaults',
dump='0',
passno='0',
fstab='/etc/fstab'