Adds latest generated modules

This commit is contained in:
Chris Houseknecht
2017-10-11 11:20:28 -04:00
parent db33d54e4c
commit 3797eb3148
180 changed files with 19618 additions and 247 deletions

View File

@@ -272,7 +272,7 @@ options:
allow all volumes you may use "*". To allow no volumes, set to ["none"].
type: list
requirements:
- openshift == 0.3.1
- openshift == 0.3.3
'''
EXAMPLES = '''
@@ -813,7 +813,7 @@ security_context_constraints:
def main():
try:
module = OpenShiftAnsibleModule('security_context_constraints', 'V1')
module = OpenShiftAnsibleModule('security_context_constraints', '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)