mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-11 02:56:10 +00:00
Adds latest generated modules
This commit is contained in:
@@ -79,7 +79,7 @@ options:
|
||||
- Whether or not to verify the API server's SSL certificates.
|
||||
type: bool
|
||||
requirements:
|
||||
- openshift == 0.3.1
|
||||
- openshift == 0.3.3
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
@@ -195,7 +195,7 @@ subject_rules_review:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = OpenShiftAnsibleModule('subject_rules_review', 'V1')
|
||||
module = OpenShiftAnsibleModule('subject_rules_review', 'v1')
|
||||
except OpenShiftAnsibleException 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