create data filesystem
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m29s Details

This commit is contained in:
Gleb Koval 2023-09-26 00:15:19 +01:00
parent 69e609d522
commit d005032c97
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 4 additions and 1 deletions

View File

@ -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