From ca0e78d12a1d588fd66c30b28ebe28e8252b0d2c Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 28 Sep 2016 11:12:00 -0700 Subject: [PATCH] Fix mount default options -- should be defaults, not default --- system/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/mount.py b/system/mount.py index c5d7411ac8b..90bf6303fc0 100644 --- a/system/mount.py +++ b/system/mount.py @@ -544,7 +544,7 @@ def main(): else: args = dict( name=module.params['name'], - opts='default', + opts='defaults', dump='0', passno='0', fstab='/etc/fstab'