community.general/lib/ansible/modules/packaging/os
Dag Wieers c843eeabc2 Performance improvement using in-operator for hash lookups
Just a small cleanup for the existing occurrences.

Using the in-operator for hash lookups is faster than using .has_key()
http://stackoverflow.com/questions/1323410/has-key-or-in
2016-12-08 11:25:31 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apt.py Change example syntax on apt module 2016-12-08 11:25:30 -05:00
apt_key.py Change example syntax on apt_key module 2016-12-08 11:25:30 -05:00
apt_repository.py Change example syntax on apt_repository module 2016-12-08 11:25:30 -05:00
apt_rpm.py Change example syntax on apt_rpm module 2016-12-08 11:25:30 -05:00
package.py Change example syntax on package module 2016-12-08 11:25:30 -05:00
redhat_subscription.py Change example syntax on redhat_subscription module 2016-12-08 11:25:30 -05:00
rhn_channel.py Change example syntax on rhn_subscription module 2016-12-08 11:25:30 -05:00
rhn_register.py Performance improvement using in-operator for hash lookups 2016-12-08 11:25:31 -05:00
rpm_key.py Change example syntax on rpm_key module 2016-12-08 11:25:30 -05:00
yum.py Change example syntax on yum module 2016-12-08 11:25:30 -05:00