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:
authorTom Matthews <tomtastic@users.noreply.github.com>2018-05-31 18:13:28 +0300
committerGitHub <noreply@github.com>2018-05-31 18:13:28 +0300
commitff92e90f6facb534ad0816e6990bb5fa894e59a8 (patch)
tree92adf2786587982088731dc2404dcafaf94ed486
parentc11ffef050b275ae4f3fd8d76911cf8afc3ebd50 (diff)
minor typo
-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