ansible/packaging/os
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
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Update the documentation of the 'apt' action for the 'name'. 2015-11-24 15:55:31 +00:00
apt_key.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
apt_repository.py Split a shell snippet in 2 to avoid using use_unsafe_shell=True 2015-12-10 00:20:13 +01: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 Change author field for os_redhat_subscription.py 2015-09-22 05:51:02 -04:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py Add version that the profilename param was added 2015-06-30 05:08:38 -07:00
rpm_key.py removed syslog in favor of common module logging functions 2015-10-01 00:13:58 -04:00
yum.py adding validate_certs for YUM. #2582 2015-11-29 20:59:03 +01:00