mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 21:12:37 +00:00
* Issue #260: Sanity test 'compile' failing because of positional args. * Issue #260: Run integration tests on older Python 3.6 still. * Issue #260: Add changelog fragment.
This commit is contained in:
@@ -277,7 +277,7 @@ class KubernetesModule(K8sAnsibleMixin):
|
||||
argument_spec['template'] = dict(type='raw', default=None)
|
||||
return argument_spec
|
||||
|
||||
def __init__(self, *args, k8s_kind=None, **kwargs):
|
||||
def __init__(self, k8s_kind=None, *args, **kwargs):
|
||||
mutually_exclusive = [
|
||||
('resource_definition', 'src'),
|
||||
('merge_type', 'apply'),
|
||||
|
||||
Reference in New Issue
Block a user