ansible/packaging
Michael Scherer 8c5e8f0425 Split a shell snippet in 2 to avoid using use_unsafe_shell=True
Since use_unsafe_shell is suspicious from a security point
of view (or it wouldn't be unsafe), the less we have, the less
code we have to toroughly inspect for a security audit.

In this case, the '&&' can be replaced by doing 2 calls to run_command.
2015-12-10 00:20:13 +01:00
..
language re-implements #226 2015-11-03 12:45:00 +01:00
os Split a shell snippet in 2 to avoid using use_unsafe_shell=True 2015-12-10 00:20:13 +01:00
__init__.py package files 2014-09-26 11:05:47 -04:00