mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix mount default options -- should be defaults, not default
This commit is contained in:
parent
177dcadbc0
commit
9436d013d4
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ def main():
|
||||||
else:
|
else:
|
||||||
args = dict(
|
args = dict(
|
||||||
name=module.params['name'],
|
name=module.params['name'],
|
||||||
opts='default',
|
opts='defaults',
|
||||||
dump='0',
|
dump='0',
|
||||||
passno='0',
|
passno='0',
|
||||||
fstab='/etc/fstab'
|
fstab='/etc/fstab'
|
||||||
|
|
Loading…
Add table
Reference in a new issue