community.general/lib/ansible/modules/packaging/os
David Wittman be0d28a4ac Set disabled repos before enabled repos
The ordering of disabling/enabling yum repositories matters, and
the yum module was mixing and matching the order. Specifically,
when yum-utils isn't installed, the codepath which uses the yum
python module was incorrectly ordering enabling and disabling.

The preferred order is to disable repositories and then enable them
to prevent clobbering. This was previously discussed in
ansible/ansible#5255 and incompletely addressed in 0cca4a3.
2016-12-08 11:22:53 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt.py Add missing import of apt.debfile 2016-12-08 11:22:50 -05:00
apt_key.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt_repository.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt_rpm.py Remove incorrect executable permissions. 2016-12-08 11:22:26 -05:00
redhat_subscription.py redhat_subscription: add the `org_id` parameter 2016-12-08 11:22:53 -05:00
rhn_channel.py rhn_channel using depriciated methods. swapped out with their replacements 2016-12-08 11:22:45 -05:00
rhn_register.py Some more module categorization. 2016-12-08 11:22:25 -05:00
rpm_key.py Some more module categorization. 2016-12-08 11:22:25 -05:00
yum.py Set disabled repos before enabled repos 2016-12-08 11:22:53 -05:00