Reorganize k8s common (#34212)

* Reorganize k8s common

* Separates AnsibleMixin

* Fix lint issues
This commit is contained in:
Chris Houseknecht 2017-12-23 16:41:38 -05:00 committed by GitHub
parent 8ddb84a155
commit 9b4a1ed475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 386 additions and 375 deletions

View file

@ -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():