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)
This commit is contained in:
parent
50ceb8d7d8
commit
beef269d46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue