block-device/tasks/main.yaml
changeset 244 7c15448980b1
parent 2 2556522a2a45
equal deleted inserted replaced
243:f3f30ba5580e 244:7c15448980b1
    12   mount:
    12   mount:
    13     path:   "{{block_device_mount_point}}"
    13     path:   "{{block_device_mount_point}}"
    14     src:    "{{block_device_uuid}}"
    14     src:    "{{block_device_uuid}}"
    15     fstype: "{{block_device_fstype}}"
    15     fstype: "{{block_device_fstype}}"
    16     opts:   "{{block_device_opts}}"
    16     opts:   "{{block_device_opts}}"
       
    17     dump:   "0"
       
    18     passno: "2"
    17     state:  "mounted"
    19     state:  "mounted"