passno should be a string

This commit is contained in:
Lee Goolsbee
2020-05-04 17:10:58 -05:00
parent 0b0a57d600
commit 873e36297a

View File

@@ -35,7 +35,7 @@
src: "LABEL={{ atl_nfs_fs_label }}"
fstype: "{{ atl_nfs_fs_type }}"
opts: defaults,nofail
passno: 2
passno: "2"
state: mounted