diff options
Diffstat (limited to 'roles/mount-iso')
-rw-r--r-- | roles/mount-iso/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/mount-iso/tasks/main.yml b/roles/mount-iso/tasks/main.yml index 6e6b09d..6439b15 100644 --- a/roles/mount-iso/tasks/main.yml +++ b/roles/mount-iso/tasks/main.yml @@ -6,6 +6,7 @@ fstype: iso9660 opts: loop,ro state: mounted + boot: no - name: Verify checksums of all the files in the ISO image command: md5sum -c md5sum.txt @@ -21,3 +22,4 @@ fstype: squashfs opts: loop,ro state: mounted + boot: no |