diff options
| author | Luke Hoersten <[email protected]> | 2025-08-03 12:47:55 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-08-03 12:47:55 -0500 |
| commit | ebc57451b9627a61335435f46790a2ad5d167ed6 (patch) | |
| tree | 91c35dbfe9248100e39942c38f60c55b0a28869c | |
| parent | aa78f093b6d298df46b2b39c62f6bec953bea248 (diff) | |
Updated blockdevice mount properties.
| -rw-r--r-- | block-device/tasks/main.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block-device/tasks/main.yaml b/block-device/tasks/main.yaml index 8d0b894..590fcc4 100644 --- a/block-device/tasks/main.yaml +++ b/block-device/tasks/main.yaml @@ -14,4 +14,6 @@ src: "{{block_device_uuid}}" fstype: "{{block_device_fstype}}" opts: "{{block_device_opts}}" + dump: "0" + passno: "2" state: "mounted" |
