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
10 years ago
..
__init__.py package files 11 years ago
authorized_key.py Remove duplicate documentation fields 10 years ago
cron.py Merge pull request #2768 from quinot/topic/abs_cron_file 10 years ago
group.py Fix incorrect variable in group.py: user -> group 10 years ago
hostname.py Fix documentation build in hostname 10 years ago
mount.py mount: Support for Check-Mode 11 years ago
ping.py Fix typo in ping module short description 10 years ago
seboolean.py Proper author info for all remaining modules 11 years ago
selinux.py Proper author info for all remaining modules 11 years ago
service.py service goes back to failing when absent 10 years ago
setup.py changed verbose override variable 11 years ago
sysctl.py Support sysctl on OpenBSD 10 years ago
user.py revamped checkmode support in user module 10 years ago