ansible/packaging
Matt Clay e56d668ade Split shell command to avoid use_unsafe_shell.
This mirrors a nearly identical change made to apt_repository.py.

Also removes the use of apt-get --force-yes as it can be dangerous
and should not be necessary (apt_repository.py does not use it).

Repeating the explanation from the apt_respository change below:

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 thoroughly inspect for a security audit.

In this case, the '&&' can be replaced by doing 2 calls to run_command.
2016-01-31 02:22:59 -08:00
..
language made note about choice availability in ansible ver 2016-01-11 18:22:41 -05:00
os Split shell command to avoid use_unsafe_shell. 2016-01-31 02:22:59 -08:00
__init__.py package files 2014-09-26 11:05:47 -04:00