|
@@ -9,7 +9,7 @@
|
|
when: openshift.hosted.registry.replicas | default(none) is none
|
|
when: openshift.hosted.registry.replicas | default(none) is none
|
|
|
|
|
|
- set_fact:
|
|
- set_fact:
|
|
- replicas: "{{ openshift.hosted.registry.replicas | default(((openshift_hosted_registry_nodes_json.stdout | from_json)['items'] | length) if openshift.hosted.registry.storage.kind | default(none) is not none else 1) }}"
|
|
|
|
|
|
+ replicas: "{{ openshift.hosted.registry.replicas | default(((openshift_hosted_registry_nodes_json.stdout | default('{\"items\":[]}') | from_json)['items'] | length) if openshift.hosted.registry.storage.kind | default(none) is not none else 1) }}"
|
|
|
|
|
|
- name: Create OpenShift registry
|
|
- name: Create OpenShift registry
|
|
command: >
|
|
command: >
|