k8s: fix handling exceptions for certain modules (#51386)
This commit is contained in:
parent
c6b3f2c848
commit
3f4ca18e7b
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class KubernetesRawModule(KubernetesAnsibleModule):
|
|||
|
||||
def __init__(self, k8s_kind=None, *args, **kwargs):
|
||||
self.client = None
|
||||
self.warnings = []
|
||||
|
||||
mutually_exclusive = [
|
||||
('resource_definition', 'src'),
|
||||
|
|
Loading…
Reference in a new issue