Commit graph

10 commits

Author SHA1 Message Date
Michael Scherer
7fd4180857 Fix arguments and docs (#2147)
- oauthkey shouldn't be logged
- action should be restricted and checked and the
doc should correspond to the code
2016-05-02 13:21:02 -04:00
Toshio Kuratomi
d6af6f8477 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
2016-01-11 13:06:22 -08:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Greg DeKoenigsberg
1170d8029c Adding author's github id 2015-05-14 00:41:41 -04:00
Ben Mather
165bf6439f mark all actions as private 2014-09-30 08:12:10 +01:00
Ben Mather
2c79db52bc mark list as private instead of shadowing 2014-09-30 08:11:46 +01:00
Ben Mather
f6cd2d931e make it possible to configure the content type of a github webhook 2014-09-29 14:35:04 +01:00
Ben Mather
d95d8c9d98 rename list to list_ to avoid shadowing in github_hooks module
The definition was leaking into ansible.module_utils.basic and causing
type checking to fail when running module as script.  Not entirely clear
why this should be the case.
2014-09-29 14:30:26 +01:00
Michael DeHaan
b1e789968b File extensions! 2014-09-26 10:40:16 -04:00
Renamed from source_control/github_hooks (Browse further)