7 lines
177 B
YAML
7 lines
177 B
YAML
---
|
|
- name: Ensure block volume is mounted
|
|
ansible.posix.mount:
|
|
path: /mnt/data1
|
|
src: "UUID=e51a43f8-d131-4c64-8bce-a206e5621483"
|
|
fstype: btrfs
|
|
state: mounted
|