Explorar el Código

Fixed a typo.

Jan Safranek hace 9 años
padre
commit
12aa014ea6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.