|
@@ -2313,7 +2313,7 @@ class OCVersion(OpenShiftCLI):
|
|
|
|
|
|
@staticmethod
|
|
|
def run_ansible(params):
|
|
|
- '''run the idempotent ansible code'''
|
|
|
+ '''run the oc_version module'''
|
|
|
oc_version = OCVersion(params['kubeconfig'], params['debug'])
|
|
|
|
|
|
if params['state'] == 'list':
|
|
@@ -2656,7 +2656,7 @@ class Registry(OpenShiftCLI):
|
|
|
# pylint: disable=too-many-branches,too-many-return-statements
|
|
|
@staticmethod
|
|
|
def run_ansible(params, check_mode):
|
|
|
- '''run idempotent ansible code'''
|
|
|
+ '''run the oc_adm_registry module'''
|
|
|
|
|
|
registry_options = {'images': {'value': params['images'], 'include': True},
|
|
|
'latest_images': {'value': params['latest_images'], 'include': True},
|