mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-21 02:11:21 -07:00
use module utils from collection, not core
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
329ebf389f
commit
9f450df983
66 changed files with 353 additions and 66 deletions
|
@ -359,7 +359,14 @@ trigger_http:
|
|||
# Imports
|
||||
################################################################################
|
||||
|
||||
from ansible.module_utils.gcp_utils import navigate_hash, GcpSession, GcpModule, GcpRequest, remove_nones_from_dict, replace_resource_dict
|
||||
from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import (
|
||||
navigate_hash,
|
||||
GcpSession,
|
||||
GcpModule,
|
||||
GcpRequest,
|
||||
remove_nones_from_dict,
|
||||
replace_resource_dict,
|
||||
)
|
||||
import json
|
||||
import re
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue