community.general/lib/ansible/modules/network/restconf
Nathaniel Case d5aabd02ba
restconf_config module (#51971)
* Add restconf_config module

* Try to do the right thing when given partial paths

* Add PATCH

* Delete should not require content

* Non-JSON exceptions need raising, too

* Let ConnectionError objects pass through exec_jsonrpc
2019-03-04 08:27:18 -05:00
..
__init__.py
restconf_config.py restconf_config module (#51971) 2019-03-04 08:27:18 -05:00
restconf_get.py