mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-13 21:12:05 +00:00
Adds latest generated modules
This commit is contained in:
@@ -680,7 +680,7 @@ node:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = KubernetesAnsibleModule('node', 'V1')
|
||||
module = KubernetesAnsibleModule('node', 'v1')
|
||||
except KubernetesAnsibleException as exc:
|
||||
# The helper failed to init, so there is no module object. All we can do is raise the error.
|
||||
raise Exception(exc.message)
|
||||
|
||||
Reference in New Issue
Block a user