summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/service.py
Commit message (Expand)AuthorAgeFilesLines
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-5/+0
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+1
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-3/+2
* template: change to pass along the correct template path (#35027)Jordan Borean2018-01-191-1/+3
* Temporary (#31677)Brian Coca2018-01-151-30/+37
* Adding aliases for field attributes and renaming async attribute (#33141)James Cammarata2017-11-221-1/+1
* namespace factsBrian Coca2017-11-091-2/+2
* revert namespaced facts changes to package/serviceBrian Coca2017-10-091-2/+2
* better reading of 'facts'Brian Coca2017-07-241-2/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-3/+3
* moved to exceptions for basic skip/failsBrian Coca2017-04-251-3/+0
* finer grained failed/skipped on async for actionsBrian Coca2017-04-201-1/+1
* use namespaced factsBrian Coca2017-03-211-2/+2
* service: deprecate state=running (#21499)René Moser2017-02-201-0/+1
* refactoring asyncBrian Coca2017-02-061-3/+7
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* corrected service filtered option to singularBrian Coca2016-11-161-1/+1
* added alias to argumetns 'args' to blacklistBrian Coca2016-11-141-1/+1
* using delegated host's facts when delegating (#17489)Brian Coca2016-09-091-1/+4
* fixes for service module interaction with systemd (#16720)Brian Coca2016-07-221-0/+10
* fix issues when state is not suppliedBrian Coca2016-06-071-1/+1
* service now passes 'started' instead of 'running'Brian Coca2016-06-061-0/+4
* fixed service fact usageBrian Coca2016-05-261-3/+3
* re-add the service action plugin (#13001)Brian Coca2016-05-251-0/+64
* removed action plugin as service facts and separate modules don't work yet an...Brian Coca2015-10-301-64/+0
* Two fixes to action pluginsToshio Kuratomi2015-10-221-7/+10
* package and service now check that module exists before trying to execute itBrian Coca2015-08-311-1/+2
* check for failure in fact gatheringBrian Coca2015-08-151-1/+2
* added generic service module, step #1 to separating services to their own mod...Brian Coca2015-08-151-0/+59