summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/service.py
Commit message (Expand)AuthorAgeFilesLines
* Be explicit about pickle protocol and encoding (#24454)Toshio Kuratomi2017-05-121-3/+6
* corrected some errors/typos and missing importBrian Coca2017-02-271-2/+3
* added check_ps common functionBrian Coca2017-02-181-0/+19
* fixed typoBrian Coca2017-02-131-1/+1
* update shared servicesBrian Coca2017-02-131-0/+151
* dont fail on missing service during check modeBrian Coca2016-11-221-1/+4
* updated to add tailing msg to missing errorBrian Coca2016-11-161-2/+2
* added fail_if_missing shared service functionBrian Coca2016-11-161-0/+3
* removed core import templateBrian Coca2016-11-111-3/+0
* added sysv functionsBrian Coca2016-11-101-1/+21
* removed unused code, added comment explainingBrian Coca2016-09-261-195/+2
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-1/+3
* Remove some more unused stdlib deps.Toshio Kuratomi2015-11-031-8/+0
* Add imports for stdlib modules that are used.Toshio Kuratomi2015-11-021-0/+1
* bugfix: statement had no effect => statement now has assumed effectKonstantin Manna2015-09-281-1/+1
* fixed syntax errorBrian Coca2015-09-251-1/+1
* fixed copy n paste typo on future codeBrian Coca2015-09-251-2/+2
* draft shared service code for modules, part of spliting service moduleBrian Coca2015-09-251-0/+228