ansible/library/system
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.
2013-07-16 14:01:14 +03:00
..
authorized_key
cron
facter
filesystem
group
lvg
lvol
mount
ohai
ping
seboolean
selinux
service
setup
sysctl
user
zfs Make zfs set_property accept values with embedded spaces 2013-07-16 14:01:14 +03:00