community.general/lib/ansible/modules/storage/zfs
flowerysong d4b2252d8b zfs: fix broken parameter handling (#36685)
* zfs: Fix handling of parameters passed via check_invalid_arguments

cc7a5228 had a typo, so the merged set of arguments was shoved into the
wrong parameter and ignored.

`origin` is an actual module parameter and should be processed like one.

pop()ing makes debug output misleading.

* zfs: fix command generation for `zfs snapshot`

Creating a snapshot and supplying an origin are mutually exclusive,
but were not treated as such. We should throw an error instead of
running an invalid command (`zfs snapshot origin foo@snapname`.)
2018-05-23 21:46:20 -05:00
..
__init__.py
zfs.py zfs: fix broken parameter handling (#36685) 2018-05-23 21:46:20 -05:00
zfs_facts.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
zpool_facts.py Various module doc fixes (#37256) 2018-03-12 13:50:52 -07:00