mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Although it's not enforced that fail_json['msg'] should be a string [1], I think it is pretty strongly implied. In this case the failure_response['msg'] is sent through as the fail_json['msg'], and the trailing commas here turn it into a tuple. It's not clear if this is a typo or intended, but it does cause problems for callbacks that expect this as a string (e.g. [2]). Since there seems no point to having these values as a tuple, remove the trailing commas so they return a string as per everywhere else. [1] |
6 years ago | |
|---|---|---|
| .. | ||
| cloud | 6 years ago | |
| clustering | 6 years ago | |
| commands | 6 years ago | |
| crypto | 6 years ago | |
| database | 6 years ago | |
| files | 6 years ago | |
| identity | 6 years ago | |
| inventory | 7 years ago | |
| messaging | 7 years ago | |
| monitoring | 6 years ago | |
| net_tools | 6 years ago | |
| network | 6 years ago | |
| notification | 6 years ago | |
| packaging | 6 years ago | |
| remote_management | 6 years ago | |
| source_control | 6 years ago | |
| storage | 6 years ago | |
| system | 6 years ago | |
| utilities | 6 years ago | |
| web_infrastructure | 6 years ago | |
| windows | 6 years ago | |
| __init__.py | ||