You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/packaging/os
Michael Scherer c01cc5f6e4 Do not use a shell construct for rhnreg_ks
Since there is no shell escape of the password parameter, a password with
a single quote (or even worst, a single quote and a pipe) could have
unattended consequences. Also, the less we use use_unsafe_shell=True, the
better.
10 years ago
..
__init__.py Some more module categorization. 11 years ago
apt.py apt: export env vars before run dpkg 10 years ago
apt_key.py apt-key: convert ids to the 'short' format 10 years ago
apt_repository.py Merge pull request #2661 from mscherer/remove_unsafe_shell_apt_repos 10 years ago
apt_rpm.py Proper author info for all remaining modules 11 years ago
package.py updated docs for package 11 years ago
redhat_subscription.py add no_log to the password parameter 10 years ago
rhn_channel.py Proper author info for all remaining modules 11 years ago
rhn_register.py Do not use a shell construct for rhnreg_ks 10 years ago
rpm_key.py removed syslog in favor of common module logging functions 10 years ago
yum.py Fix for yum's use of rpm with non English locales 10 years ago