Procházet zdrojové kódy

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

Fixe a typo in NFS server role.
Thomas Wiest před 10 roky
rodič
revize
23518f3e73
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.