mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
k8s: fix handling exceptions for certain modules (#51386)
This commit is contained in:
committed by
Will Thames
parent
c6b3f2c848
commit
3f4ca18e7b
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user