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
Brian Coca 4e49df7b88 revamped checkmode support in user module
- defaulted to commands not executing in checkmode
- added force run for info gathering (for setting changed)
- added debug for what would have been run in check mode
- added check mode for spots that made changes using system calls instead of command
- removed now redundant checkmode checks

better failure now, if i missed anything, it will misreport changed value
instead of old default of actually making the change in checkmode
9 years ago
..
__init__.py package files 10 years ago
authorized_key.py Remove duplicate documentation fields 9 years ago
cron.py Merge pull request #2768 from quinot/topic/abs_cron_file 9 years ago
group.py Fix incorrect variable in group.py: user -> group 9 years ago
hostname.py Fix documentation build in hostname 9 years ago
mount.py mount: Support for Check-Mode 9 years ago
ping.py Fix typo in ping module short description 9 years ago
seboolean.py Proper author info for all remaining modules 9 years ago
selinux.py Proper author info for all remaining modules 9 years ago
service.py service goes back to failing when absent 9 years ago
setup.py changed verbose override variable 9 years ago
sysctl.py Support sysctl on OpenBSD 9 years ago
user.py revamped checkmode support in user module 9 years ago