mirror of https://github.com/ansible/ansible.git
Fix net_put module text file issue (#66065)
* Modify the parent class for net_put and net_get module to refer from `ActionModule` class in network.py action plugin which contains the common code for network plugins. * Replace `_handle_template` with `_handle_src_option` function name which is defined in common class.pull/66311/head
parent
42b0c967d0
commit
fa66813696
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix net_put module to handle text based files (https://github.com/ansible/ansible/issues/66059)
|
Loading…
Reference in New Issue