summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/timer.py
Commit message (Expand)AuthorAgeFilesLines
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-5/+6
* allow config for callbaks and some fixesBrian Coca2017-09-111-0/+13
* timer callback plugin: handle timezone changes betterWill Thames2017-08-031-3/+3
* fixed signature for init on callbacksBrian Coca2015-12-011-2/+2
* Merge pull request #12867 from bcoca/callback_whitelist_tweakBrian Coca2015-11-051-0/+1
|\
| * make callbacks declare needing whitelistingBrian Coca2015-10-221-0/+1
* | Cleanup timer callback plugin's overwriting of modules it importedToshio Kuratomi2015-11-031-10/+8
* | Revert "make callbacks declare needing whitelisting"Brian Coca2015-10-221-1/+0
* | make callbacks declare needing whitelistingBrian Coca2015-10-221-0/+1
|/
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+4
* fixed var scopeBrian Coca2015-07-171-3/+1
* added verbose option to show callback loaded infoBrian Coca2015-07-101-0/+1
* removed warning i was using for debugBrian Coca2015-07-101-4/+3
* ported timer.py callback to v2Brian Coca2015-06-291-0/+35