Updated blockdevice mount properties. default tip
authorLuke Hoersten <luke@hoersten.org>
Sun, 03 Aug 2025 12:47:55 -0500
changeset 244 7c15448980b1
parent 243 f3f30ba5580e
Updated blockdevice mount properties.
block-device/tasks/main.yaml
--- a/block-device/tasks/main.yaml	Thu May 29 21:34:48 2025 -0500
+++ b/block-device/tasks/main.yaml	Sun Aug 03 12:47:55 2025 -0500
@@ -14,4 +14,6 @@
     src:    "{{block_device_uuid}}"
     fstype: "{{block_device_fstype}}"
     opts:   "{{block_device_opts}}"
+    dump:   "0"
+    passno: "2"
     state:  "mounted"