[go: up one dir, main page]

Skip to content

Commit

Permalink
minor typo correction in zfs.yml
Browse files Browse the repository at this point in the history
minor typo correction
  • Loading branch information
Akasurde authored Jun 4, 2018
2 parents c11ffef + ff92e90 commit bedca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_features/zfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bedca74

Please sign in to comment.