Update mount.py (#23906)
added noauto to dvd mount example, simply copy pasting + removed (virtual) optical disc will result in a non booting system (centos7)pull/4420/head
parent
50ceb8d7d8
commit
beef269d46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue