community.general/lib/ansible/modules/packaging/os
Michael Scherer 519e699b98 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.
2016-12-08 11:24:00 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt.py apt: export env vars before run dpkg 2016-12-08 11:23:56 -05:00
apt_key.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
apt_repository.py Split a shell snippet in 2 to avoid using use_unsafe_shell=True 2016-12-08 11:24:00 -05:00
apt_rpm.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
package.py updated docs for package 2016-12-08 11:23:30 -05:00
redhat_subscription.py add no_log to the password parameter 2016-12-08 11:23:55 -05:00
rhn_channel.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
rhn_register.py rhn_register: add sslcacert and systemorgid options 2016-12-08 11:23:55 -05:00
rpm_key.py removed syslog in favor of common module logging functions 2016-12-08 11:23:38 -05:00
yum.py Update yum.py 2016-12-08 11:23:59 -05:00