mirror of https://github.com/ansible/ansible.git
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.reviewable/pr18780/r1
parent
8bfe9f6942
commit
f9e9286b2c
Loading…
Reference in New Issue