Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'language_features/zfs.yml')
-rw-r--r--language_features/zfs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/language_features/zfs.yml b/language_features/zfs.yml
index 263a993..6e7f767 100644
--- a/language_features/zfs.yml
+++ b/language_features/zfs.yml
@@ -19,7 +19,7 @@
- name: Create a zfs file system with quota of 10GiB and visible snapdir
zfs: name={{pool}}/ansible quota='10G' snapdir=visible state=present
- - name: Crate zfs snapshot of the above file system
+ - name: Create zfs snapshot of the above file system
zfs: name={{pool}}/ansible@mysnapshot state=present
- name: Create zfs volume named smallvol with a size of 10MiB