mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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