浏览代码

Fixed a typo.

Jan Safranek 9 年之前
父节点
当前提交
12aa014ea6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/kube_nfs_volumes/README.md

+ 1 - 1
roles/kube_nfs_volumes/README.md

@@ -33,7 +33,7 @@ disks: /dev/sdb,/dev/sdc
 # Whether to re-partition already partitioned disks.
 # Even though the disks won't get repartitioned on 'false', all existing
 # partitions on the disk are exported via NFS as physical volumes!
-foce: false
+force: false
 
 # Specification of size of partitions to create. See library/partitionpool.py
 # for details.