community.general/lib/ansible/modules/packaging/os
Dag Wieers 54fdff16db Performance improvement using in-operator on dicts
Just a small cleanup for the existing occurrences.

Using the in-operator for hash lookups is faster than using .keys()
http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
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 Performance improvement using in-operator on dicts 2016-12-08 11:25:31 -05:00