You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Antti Rasinen 7b8f24adda Make zfs set_property accept values with embedded spaces
Converting the argument list to a string with ' '.join causes
the shell interpreter to misparse spaces in property values.
Since the zfs command does not need shell anywhere, using
a list instead of a string works just as well with run_command. 

Fixes #3545.
12 years ago
..
cloud
commands
database
files
internal
inventory
messaging
monitoring
net_infrastructure
network
notification
packaging
source_control
system Make zfs set_property accept values with embedded spaces 12 years ago
utilities
web_infrastructure