Closed sabre1041 closed 1 year ago
The interaction with the jbossnetwork API makes use of the Python requests library.
Ansible modules includes libraries for interacting with URL based targets and would eliminate the need to include external dependencies.
Migrate jbossnetwork api modules from requests to native Ansible module_utils to interact with HTTP/HTTPS based queries
Thanks for the PR
The interaction with the jbossnetwork API makes use of the Python requests library.
Ansible modules includes libraries for interacting with URL based targets and would eliminate the need to include external dependencies.
Migrate jbossnetwork api modules from requests to native Ansible module_utils to interact with HTTP/HTTPS based queries