create data filesystem
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m29s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m29s
Details
This commit is contained in:
parent
69e609d522
commit
d005032c97
|
@ -25,9 +25,12 @@
|
|||
label: gpt
|
||||
name: data
|
||||
number: 1
|
||||
fs_type: ext4
|
||||
state: present
|
||||
become: true
|
||||
- name: Create data filesystem
|
||||
community.general.filesystem:
|
||||
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||
fstype: ext4
|
||||
- name: Mount data partition
|
||||
ansible.posix.mount:
|
||||
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||
|
|
Loading…
Reference in New Issue