ansible/changelogs/fragments/56145-ios-net_get-net_put-update.yaml
Sumit Jaiswal 387093a0d6 Backport PR for fixing net_get and net_put task run failure (#56160)
* Fix net_get and net_put task run failure (#56145)

* net_get and net_put action plugin class need
  to inherit from ActionBase class as the action
  class implements the entire get and put logic

(cherry picked from commit 9271b4e368)

* backport changelog

Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-05-09 12:42:17 -07:00

2 lines
101 B
YAML

bugfixes:
- Fix net_get and net_put task run failure - https://github.com/ansible/ansible/pull/56145