author | Luke Hoersten <luke@hoersten.org> |
Sat, 20 Jul 2024 13:51:46 -0500 | |
changeset 234 | f46b0f7e758c |
parent 2 | 2556522a2a45 |
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}}" state: "mounted"