ansible/system
Michael Scherer 21688383c3 Convert command output to native string (#4559)
Without it, the module always return changed on python3,
which is harmless but add noise and can have some side effects.
2016-08-27 15:53:13 +02:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py better authorized_keys documentation (#3739) 2016-07-12 08:52:00 -04:00
cron.py Fixes #3791 cron always returning changed state for multiline jobs (#4285) 2016-08-10 23:43:58 +02:00
group.py Fix incorrect variable in group.py: user -> group 2015-10-03 01:09:03 +01:00
hostname.py Convert command output to native string (#4559) 2016-08-27 15:53:13 +02:00
mount.py Add support for setting fstab location on Linux too for mount (#3271) 2016-08-23 11:38:59 -04:00
ping.py Port to dual python2/python3 compat 2016-05-10 21:58:49 -07:00
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 2016-05-17 10:23:06 -07:00
selinux.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
service.py fixes corner case for systemd services 2016-08-11 09:24:42 -04:00
setup.py add gather_timeout parameter (#4093) 2016-07-08 17:22:05 -04:00
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 2016-06-30 19:27:41 -04:00
systemd.py improved logic when dealing with init scripts 2016-08-11 09:43:16 -04:00
user.py user: Cast all arguments to string before passing to run_command (#4398) 2016-08-11 19:16:24 -04:00