File tree 1 file changed +6
-6
lines changed
tests/integration/targets/mount/tasks
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 338
338
- name : Create empty file
339
339
community.general.filesize :
340
340
path : /tmp/myfs2.img
341
- size : 1M
341
+ size : 20M
342
342
- name : Format FS
343
343
community.general.filesystem :
344
- fstype : xfs
344
+ fstype : ext2
345
345
dev : /tmp/myfs2.img
346
346
- name : Make sure that mount point does not exist
347
347
file :
351
351
mount :
352
352
path : /tmp/myfs2_mountpoint
353
353
src : /tmp/myfs2.img
354
- fstype : xfs
354
+ fstype : ext2
355
355
state : mounted
356
356
umask : 0777
357
357
- name : Unmount FS to access underlying directory
373
373
mount :
374
374
path : /tmp/myfs2_mountpoint
375
375
src : /tmp/myfs2.img
376
- fstype : xfs
376
+ fstype : ext2
377
377
state : mounted
378
378
umask : " 0777"
379
379
- name : Unmount FS to access underlying directory
395
395
mount :
396
396
path : /tmp/myfs2_mountpoint
397
397
src : /tmp/myfs2.img
398
- fstype : xfs
398
+ fstype : ext2
399
399
state : mounted
400
400
umask : " u+rw,g-wx,o-rwx"
401
401
- name : Unmount FS to access underlying directory
417
417
mount :
418
418
path : /tmp/myfs2_mountpoint
419
419
src : /tmp/myfs2.img
420
- fstype : xfs
420
+ fstype : ext2
421
421
state : mounted
422
422
umask : " u=rw,g=r,o=r"
423
423
- name : Unmount FS to access underlying directory
You can’t perform that action at this time.
0 commit comments