mirror of https://github.com/ansible/ansible.git
Add missing self._supports_async to uri action plugin (#47677)
* Add missing self._supports_async to uri action plugin. Fixes #47660 * Additional changes needed to support async * Missed a call to execute_modulepull/47627/head
parent
338605882e
commit
3633e21780
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- uri - Ensure the ``uri`` module supports async (https://github.com/ansible/ansible/issues/47660)
|
Loading…
Reference in New Issue