File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ must contain only a single item.
5151
5252##### ` size `
5353The ` size ` specifies the size of the file system. The format for this is intended to
54- be human-readable, eg : "10g", "50 GiB".
54+ be human-readable, e.g. : "10g", "50 GiB".
5555
5656##### ` fs_type `
57- This indicates the desired file system type to use, eg : "xfs", "ext4", "swap".
57+ This indicates the desired file system type to use, e.g. : "xfs", "ext4", "swap".
5858The default is determined according to the OS and release
5959(currently ` xfs ` for all the supported systems).
6060
@@ -68,7 +68,7 @@ The `fs_create_options` specifies custom arguments to `mkfs` as a string.
6868The ` mount_point ` specifies the directory on which the file system will be mounted.
6969
7070##### ` mount_options `
71- The ` mount_options ` specifies custom mount options as a string, eg : 'ro'.
71+ The ` mount_options ` specifies custom mount options as a string, e.g. : 'ro'.
7272
7373
7474Example Playbook
You can’t perform that action at this time.
0 commit comments