community.general/lib/ansible/modules/net_tools/basics
Sam Doran 8f4f3750fe
Ensure uri module always returns status even on failure (#56240)
- Also return url and update docs for other values to indicate they are only returned on success.
- Add integration tests
- Use info variable for common return values
- Use -1 as default status rather than None. This is lines up with with existing code in urls.py
- Add unit tests to ensure status and url are returned on failure
2019-05-23 10:17:17 -04:00
..
__init__.py Split modules/network into two parts (#24024) 2017-04-27 16:42:41 +01:00
get_url.py Update the dest return parameter in the 'result` dictionary in case that the 'dest' variable gets recomposed from the destination directory and the filename. (#53823) 2019-03-28 14:46:57 -04:00
slurp.py validate-modules: Fix net_tools modules (#52489) 2019-02-25 13:27:35 +01:00
uri.py Ensure uri module always returns status even on failure (#56240) 2019-05-23 10:17:17 -04:00