Commit Graph

10 Commits (7b7af3bcf9082120fa6aed3c109364920800d84d)

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
9 years ago
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
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Greg DeKoenigsberg 1170d8029c Adding author's github id 9 years ago
Ben Mather 165bf6439f mark all actions as private 10 years ago
Ben Mather 2c79db52bc mark list as private instead of shadowing 10 years ago
Ben Mather f6cd2d931e make it possible to configure the content type of a github webhook 10 years ago
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.
10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago