Browse Source

Fixed a typo.

Jan Safranek 9 years ago
parent
commit
12aa014ea6
1 changed files with 1 additions and 1 deletions
  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.