Cloud VM #7
|
@ -31,6 +31,7 @@
|
||||||
community.general.filesystem:
|
community.general.filesystem:
|
||||||
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||||
fstype: ext4
|
fstype: ext4
|
||||||
|
become: true
|
||||||
- name: Mount data partition
|
- name: Mount data partition
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||||
|
|
Loading…
Reference in New Issue