community.general/lib/ansible/modules/system
Peter Oliver 432a6286db Fix appending to a user's group on Solaris
Without this change, you get:
    AttributeError: 'set' object has no attribute 'extend'

Tested on a Solaris 11.2 client with the included Python 2.6.8.
2016-12-08 11:22:34 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py Typo in comments 2016-12-08 11:22:28 -05:00
cron.py Update cron example for setting to run twice a day 2016-12-08 11:22:31 -05:00
group.py file extensions! 2016-12-08 11:22:22 -05:00
hostname.py Fixed hostname for rhel5 python 2.4.3 2016-12-08 11:22:33 -05:00
mount.py Remove incorrect executable permissions. 2016-12-08 11:22:26 -05:00
ping.py file extensions! 2016-12-08 11:22:22 -05:00
seboolean.py file extensions! 2016-12-08 11:22:22 -05:00
selinux.py file extensions! 2016-12-08 11:22:22 -05:00
service.py vastly simplified systemd detection, made enable/disable errors clearer both of which allows us to remove 'service name detection' as if systemd is init we still use it to handle initscripts. 2016-12-08 11:22:31 -05:00
setup.py file extensions! 2016-12-08 11:22:22 -05:00
sysctl.py Fixed typo 2016-12-08 11:22:28 -05:00
user.py Fix appending to a user's group on Solaris 2016-12-08 11:22:34 -05:00