feat: update pearl play
This commit is contained in:
parent
2ebdb06b5e
commit
27e6e693bc
2 changed files with 10 additions and 2 deletions
7
roles/pearl.mounts/tasks/main.yml
Normal file
7
roles/pearl.mounts/tasks/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Ensure block volume is mounted
|
||||
ansible.posix.mount:
|
||||
path: /mnt/data1
|
||||
src: "UUID=e51a43f8-d131-4c64-8bce-a206e5621483"
|
||||
fstype: btrfs
|
||||
state: mounted
|
||||
Loading…
Add table
Add a link
Reference in a new issue