Commit Graph

2 Commits (1a59247f279d6ae8e3e5080da37bcb9909cf47de)

Author SHA1 Message Date
Claes Nästén c8a5e689e3 Fix issue with setting values in choices (#33574) 7 years ago
Ganesh Nalawade 11c9ad23d5
Refactor common network shared and platform utils code into package (#33452)
* Refactor common network shared and platform specific code into package (part-1)

As per proposal #76 refactor common network shared and platform specific
code into sub-package.
https://github.com/ansible/proposals/issues/76

*  ansible.module_utils.network.common - command shared functions
*  ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions

*  Fix review comments

* Fix review comments
7 years ago