fix data server mount point creation
This commit is contained in:
parent
956b21d5f6
commit
f3f5d2ebd4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
- name: Mount extra disk
|
- name: Mount extra disk
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
path: "{{kingston1tb_mount_point }}"
|
path: "{{kingston1tb_mount_point }}"
|
||||||
src: "{{ kingston1tb_uuid }}"
|
src: "UUID={{ kingston1tb_uuid }}"
|
||||||
fstype: ext4
|
fstype: ext4
|
||||||
passno: 1
|
passno: 1
|
||||||
state: present
|
state: present
|
||||||
|
|
Reference in a new issue