mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Reorganize k8s common (#34212)
* Reorganize k8s common * Separates AnsibleMixin * Fix lint issues
This commit is contained in:
committed by
GitHub
parent
8ddb84a155
commit
9b4a1ed475
@@ -136,7 +136,7 @@ diff:
|
||||
type: list
|
||||
'''
|
||||
|
||||
from ansible.module_utils.k8s_common import KubernetesAnsibleModule
|
||||
from ansible.module_utils.k8s.common import KubernetesAnsibleModule
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
@@ -176,7 +176,7 @@ diff:
|
||||
type: list
|
||||
'''
|
||||
|
||||
from ansible.module_utils.openshift_common import OpenShiftAnsibleModule
|
||||
from ansible.module_utils.k8s.common import OpenShiftAnsibleModule
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user