Point to correct location in kubernetes plugin import (#577)
parent
832dd55144
commit
60c9642e6b
|
@ -147,7 +147,7 @@ DOCUMENTATION = '''
|
||||||
aliases: [ oc_verify_ssl ]
|
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'
|
CONNECTION_TRANSPORT = 'oc'
|
||||||
|
|
Loading…
Reference in New Issue