瀏覽代碼

Merge pull request #255 from jsafrane/devel/fix-typo

Fixe a typo in NFS server role.
Thomas Wiest 10 年之前
父節點
當前提交
23518f3e73
共有 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.