You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
__init__.py package files 10 years ago
authorized_key.py better authorized_keys documentation (#3739) 8 years ago
cron.py Fixes #3791 cron always returning changed state for multiline jobs (#4285) 8 years ago
group.py Fix incorrect variable in group.py: user -> group 9 years ago
hostname.py Convert command output to native string (#4559) 8 years ago
mount.py Add support for setting fstab location on Linux too for mount (#3271) 8 years ago
ping.py Port to dual python2/python3 compat 8 years ago
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 8 years ago
selinux.py Proper author info for all remaining modules 9 years ago
service.py fixes corner case for systemd services 8 years ago
setup.py add gather_timeout parameter (#4093) 8 years ago
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 8 years ago
systemd.py improved logic when dealing with init scripts 8 years ago
user.py user: Cast all arguments to string before passing to run_command (#4398) 8 years ago