mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
remove cross-module imports
* duplicated code instead; use module_utils if code-sharing needs increase
This commit is contained in:
parent
0c29463785
commit
3e18bbec34
4 changed files with 103 additions and 3 deletions
|
@ -145,6 +145,7 @@ except ImportError:
|
|||
pass
|
||||
|
||||
|
||||
# duplicated in azure_rm_managed_disk_facts
|
||||
def managed_disk_to_dict(managed_disk):
|
||||
create_data = managed_disk.creation_data
|
||||
return dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue