author | Luke Hoersten <luke@hoersten.org> |
Wed, 17 Sep 2025 19:57:18 -0500 | |
changeset 245 | 6f515f684303 |
parent 244 | 7c15448980b1 |
permissions | -rw-r--r-- |
--- - name: create mount point become: yes file: path: "{{block_device_mount_point}}" mode: "{{block_device_mode}}" state: "directory" - name: mount block device become: yes mount: path: "{{block_device_mount_point}}" src: "{{block_device_uuid}}" fstype: "{{block_device_fstype}}" opts: "{{block_device_opts}}" dump: "0" passno: "2" state: "mounted"