community.general/lib/ansible/modules/system
Michael Scherer 9ecd220683 Make the code run on python 3
Test suite block on:

    Traceback (most recent call last):
      File "/tmp/ansible_fhootp1e/ansible_module_authorized_key.py", line 496, in <module>
        main()
      File "/tmp/ansible_fhootp1e/ansible_module_authorized_key.py", line 490, in main
        results = enforce_state(module, module.params)
      File "/tmp/ansible_fhootp1e/ansible_module_authorized_key.py", line 410, in enforce_state
        parsed_new_key = parsekey(module, new_key)
      File "/tmp/ansible_fhootp1e/ansible_module_authorized_key.py", line 308, in parsekey
        options = parseoptions(module, options)
      File "/tmp/ansible_fhootp1e/ansible_module_authorized_key.py", line 253, in parseoptions
        if options_dict.has_key(key):
    AttributeError: 'keydict' object has no attribute 'has_key'

With keydict being a subclass of dict.
2016-12-08 11:25:21 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py Make the code run on python 3 2016-12-08 11:25:21 -05:00
cron.py Move job parameter to meet expected requirements (#5151) 2016-12-08 11:25:21 -05:00
group.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
hostname.py hostname: Support "Scientific Linux CERN" (#4855) 2016-12-08 11:25:05 -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 Convert name to bytes to compare it to bools 2016-12-08 11:25:20 -05:00
selinux.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
service.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
setup.py add gather_timeout parameter (#4093) 2016-12-08 11:24:42 -05:00
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 2016-12-08 11:24:41 -05:00
systemd.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
user.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00