summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/timer.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed signature for init on callbacksBrian Coca2015-12-011-2/+2
| | | | also removed passing display to base class which already handles this
* Merge pull request #12867 from bcoca/callback_whitelist_tweakBrian Coca2015-11-051-0/+1
|\ | | | | make callbacks declare needing whitelisting
| * make callbacks declare needing whitelistingBrian Coca2015-10-221-0/+1
| | | | | | | | this will allow for custom or v1 callbacks locally loaded to automatically be triggered as they were in 1.x
* | 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
| | | | | | | | | | another premature merge This reverts commit df8ff857870060ea1471d102a74a8bef9ebbf2c0.
* | make callbacks declare needing whitelistingBrian Coca2015-10-221-0/+1
|/ | | | this will allow for custom or v1 callbacks locally loaded to automatically be triggered as they were in 1.x
* 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
| | | | also made mail module print nicer without all those 'u'
* removed warning i was using for debugBrian Coca2015-07-101-4/+3
|
* ported timer.py callback to v2Brian Coca2015-06-291-0/+35