mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07: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):
|
def __init__(self, k8s_kind=None, *args, **kwargs):
|
||||||
self.client = None
|
self.client = None
|
||||||
|
self.warnings = []
|
||||||
|
|
||||||
mutually_exclusive = [
|
mutually_exclusive = [
|
||||||
('resource_definition', 'src'),
|
('resource_definition', 'src'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue