Make sure the reset role can be run with --check
We need to compute what mountpoints would be unmounted even when running with --check Signed-off-by: Julien DOCHE <julien.doche@gmail.com>pull/119/head
parent
54629a46bd
commit
88e1a43543
|
@ -6,6 +6,7 @@
|
|||
executable: /bin/bash
|
||||
failed_when: false
|
||||
changed_when: get_mounted_filesystems.stdout | length > 0
|
||||
check_mode: false
|
||||
|
||||
- name: Umount filesystem
|
||||
mount:
|
||||
|
|
Loading…
Reference in New Issue