mirror of https://github.com/ansible/ansible.git
normal action plugin: remove superfluous code (#79690)
* Remove obsolete 'if' The result dict returned by super.run() will never have a 'skipped' entry. Without the if, it is more clear that wrap_async is actually defined at the end of the function. * Remove more dead code. The result dict will also not contain invocation. * Remove notes.pull/79719/head
parent
ee33be9484
commit
50a673f9e7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "normal action plugin - remove obsolete ``if`` (https://github.com/ansible/ansible/pull/79690)."
|
Loading…
Reference in New Issue