mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 12:44:29 -07:00
Move GcpSecretLookup to plugin_utils because may not be ansible module on the remote host
This commit is contained in:
parent
2b74f4878f
commit
2679d724c3
4 changed files with 70 additions and 58 deletions
|
@ -69,7 +69,7 @@ _raw:
|
|||
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import GcpSecretLookup
|
||||
from ansible_collections.google.cloud.plugins.plugin_utils.gcp_utils import GcpSecretLookup
|
||||
|
||||
try:
|
||||
from google.cloud import secretmanager
|
||||
|
|
|
@ -57,7 +57,7 @@ _raw:
|
|||
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import GcpSecretLookup
|
||||
from ansible_collections.google.cloud.plugins.plugin_utils.gcp_utils import GcpSecretLookup
|
||||
|
||||
try:
|
||||
from google.cloud import secretmanager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue