community.general/lib/ansible/modules/system
Evan Kaufman 3a44d60fbc Fixes #3791 cron always returning changed state for multiline jobs (#4285)
Strip only newlines and carriage returns. Instead of stripping ALL whitespace, which may have unintended side effects
2016-12-08 11:24:49 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py better authorized_keys documentation (#3739) 2016-12-08 11:24:43 -05:00
cron.py Fixes #3791 cron always returning changed state for multiline jobs (#4285) 2016-12-08 11:24:49 -05:00
group.py Fix incorrect variable in group.py: user -> group 2016-12-08 11:23:39 -05:00
hostname.py Port hostname to a py24 and py3 compatible syntax (#3676) 2016-12-08 11:24:28 -05:00
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 2016-12-08 11:24:30 -05:00
ping.py Port to dual python2/python3 compat 2016-12-08 11:24:27 -05:00
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 2016-12-08 11:24:29 -05:00
selinux.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
service.py system/service.py: fix false-positive service enablement on FreeBSD. (#4283) 2016-12-08 11:24:46 -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 Add a example with a non service unit (#4355) 2016-12-08 11:24:48 -05:00
user.py Do not hardcode default ssh key size for RSA (#4074) 2016-12-08 11:24:47 -05:00