mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
passno should be a string
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
src: "LABEL={{ atl_nfs_fs_label }}"
|
src: "LABEL={{ atl_nfs_fs_label }}"
|
||||||
fstype: "{{ atl_nfs_fs_type }}"
|
fstype: "{{ atl_nfs_fs_type }}"
|
||||||
opts: defaults,nofail
|
opts: defaults,nofail
|
||||||
passno: 2
|
passno: "2"
|
||||||
state: mounted
|
state: mounted
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user