community.general/lib/ansible/modules/packaging/os
Harlan Lieberman-Berg 8ef4715cf6 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.
2016-12-08 11:23:45 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt.py Change behavior of apt.py around installing recommended packages. 2016-12-08 11:23:45 -05:00
apt_key.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
apt_repository.py fix error occurring with Debian 2016-12-08 11:23:27 -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 Change author field for os_redhat_subscription.py 2016-12-08 11:23:37 -05:00
rhn_channel.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
rhn_register.py Add version that the profilename param was added 2016-12-08 11:23:16 -05:00
rpm_key.py removed syslog in favor of common module logging functions 2016-12-08 11:23:38 -05:00
yum.py Correct typo in yum module docs 2016-12-08 11:23:44 -05:00