community.general/lib/ansible/modules/system
Jesse Keating 17aabee6df Add service option to avoid failure on missing service
This adds a must_exist option to the service module, which gives callers the
ability to be tolerant to services that do not exist. This allows for
opportunistic manipulation of a list of services if they happen to exist on the
host. While failed_when could be used, it's difficult to track all the
different error strings that might come from various service tools regarding a
missing service.
2016-12-08 11:22:58 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py Fix authorized_key module crashing when given an invalid key 2016-12-08 11:22:50 -05:00
cron.py Name is a required parameter, fix https://github.com/ansible/ansible/issues/10335 2016-12-08 11:22:55 -05:00
group.py Add basic support for OSX groups. 2016-12-08 11:22:42 -05:00
hostname.py Add ALT Linux support to hostname module 2016-12-08 11:22:56 -05:00
mount.py Setting the actual passno and dump defaults, and warning user of consequences in nulling 2016-12-08 11:22:48 -05:00
ping.py file extensions! 2016-12-08 11:22:22 -05:00
seboolean.py file extensions! 2016-12-08 11:22:22 -05:00
selinux.py Several cleanups to many modules: 2016-12-08 11:22:58 -05:00
service.py Add service option to avoid failure on missing service 2016-12-08 11:22:58 -05:00
setup.py file extensions! 2016-12-08 11:22:22 -05:00
sysctl.py now handles non string values for sysctl 2016-12-08 11:22:38 -05:00
user.py Update user.py 2016-12-08 11:22:58 -05:00