Migrate the genlab.mkfs role
This commit is contained in:
8
roles/mkfs/tasks/main.yml
Normal file
8
roles/mkfs/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: "Create a filesystem on the given device"
|
||||
community.general.filesystem:
|
||||
fstype: "{{ mkfs_type }}"
|
||||
dev: "{{ mkfs_device }}"
|
||||
state: "{{ mkfs_state }}"
|
||||
opts: "{{ mkfs_opts }}"
|
||||
force: "{{ mkfs_force }}"
|
||||
Reference in New Issue
Block a user