summaryrefslogtreecommitdiffstats
path: root/tests/vagrant/vagrant-template-fedora/roles/prepare-brick/tasks/main.yml
blob: 6b3f6b8d3eaca7390de4cb7363fe6766bfbe696e (plain)
1
2
3
4
5
6
---
- name: Format backend
  filesystem: fstype=xfs dev=/dev/vdb

- name: Add entry to fstab and mount
  mount: name=/d src=/dev/vdb fstype=xfs state=mounted