ansible/packaging/os
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
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Split shell command to avoid use_unsafe_shell. 2016-01-31 02:22:59 -08:00
apt_key.py apt-key: convert ids to the 'short' format 2016-01-12 01:11:59 +00:00
apt_repository.py Merge pull request #2661 from mscherer/remove_unsafe_shell_apt_repos 2016-01-25 23:45:02 -05:00
apt_rpm.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
package.py updated docs for package 2015-08-13 14:57:55 -04:00
redhat_subscription.py add no_log to the password parameter 2015-12-22 22:26:51 -05:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py corrected version added 2016-01-11 18:11:01 -05:00
rpm_key.py removed syslog in favor of common module logging functions 2015-10-01 00:13:58 -04:00
yum.py Fix for yum's use of rpm with non English locales 2016-01-20 12:09:32 -08:00