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
Arata Notsu 14950824c3 apt: export env vars before run dpkg
Without this change, some trouble may occur when "deb" parameter
is used as env vars controlling dpkg are not set. For example,
installing a package that requires user input will never end since
DEBIAN_FRONTEND=noninteractive is not set.

So export env vars in APT_ENV_VARS before run dpkg, like in cases
using apt-get/aptitude.
9 years ago
..
__init__.py Some more module categorization. 10 years ago
apt.py apt: export env vars before run dpkg 9 years ago
apt_key.py Proper author info for all remaining modules 9 years ago
apt_repository.py fix error occurring with Debian 9 years ago
apt_rpm.py Proper author info for all remaining modules 9 years ago
package.py updated docs for package 9 years ago
redhat_subscription.py add no_log to the password parameter 9 years ago
rhn_channel.py Proper author info for all remaining modules 9 years ago
rhn_register.py Add version that the profilename param was added 9 years ago
rpm_key.py removed syslog in favor of common module logging functions 9 years ago
yum.py Merge pull request #2680 from ansible/yum-use-rpm 9 years ago