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
Harlan Lieberman-Berg baafcfc091 Change behavior of apt.py around installing recommended packages.
Closes #1189.

This will cause the settings in Ansible to override the system settings.
That will have no effect except on systems that have an out-of-Ansible
configuration that disables automatic installation of recommended
packages.  Previously, ansible would use the OS default whenever
install_recommends wasn't part of the playbook.  This change will cause
the Ansible default configuration setting of installing recommended
packages to override the configuration files set on the OS for things
installed through ansible, even when there is no install_recommends
specified in the playbook.  Because the OS default matches the Ansible
default, this shouldn't have wide impact.
10 years ago
..
__init__.py Some more module categorization. 11 years ago
apt.py Change behavior of apt.py around installing recommended packages. 10 years ago
apt_key.py Proper author info for all remaining modules 11 years ago
apt_repository.py fix error occurring with Debian 11 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 Change author field for os_redhat_subscription.py 10 years ago
rhn_channel.py Proper author info for all remaining modules 11 years ago
rhn_register.py Add version that the profilename param was added 11 years ago
rpm_key.py removed syslog in favor of common module logging functions 10 years ago
yum.py Correct typo in yum module docs 10 years ago