mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Point to correct location in kubernetes plugin import (#577)
This commit is contained in:
parent
832dd55144
commit
60c9642e6b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ DOCUMENTATION = '''
|
|||
aliases: [ oc_verify_ssl ]
|
||||
'''
|
||||
|
||||
from ansible_collections.community.general.plugins.connection.kubectl import Connection as KubectlConnection
|
||||
from ansible_collections.community.kubernetes.plugins.connection.kubectl import Connection as KubectlConnection
|
||||
|
||||
|
||||
CONNECTION_TRANSPORT = 'oc'
|
||||
|
|
Loading…
Reference in a new issue