community.general/lib/ansible/modules/system
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 package files 2016-12-08 11:22:22 -05:00
authorized_key.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
cron.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
group.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
hostname.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
mount.py Fixing bind mount pattern in the mount module (#5084) 2016-12-08 11:25:15 -05:00
ping.py Port to dual python2/python3 compat 2016-12-08 11:24:27 -05:00
seboolean.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
selinux.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
service.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
setup.py add gather_timeout parameter (#4093) 2016-12-08 11:24:42 -05:00
sysctl.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
systemd.py Examples syntax batch4 (#5620) 2016-12-08 11:25:31 -05:00
user.py Performance improvement using in-operator for hash lookups 2016-12-08 11:25:31 -05:00