diff --git a/lib/ansible/modules/system/mount.py b/lib/ansible/modules/system/mount.py index fa53fe51fd4..f6683629966 100644 --- a/lib/ansible/modules/system/mount.py +++ b/lib/ansible/modules/system/mount.py @@ -104,7 +104,7 @@ EXAMPLES = ''' path: /mnt/dvd src: /dev/sr0 fstype: iso9660 - opts: ro + opts: ro,noauto state: present - name: Mount up device by label