set_fact_workaround.yml 323 B

12345678
  1. ---
  2. # TODO(michaelgugino) remove this set fact. It is currently necessary due to
  3. # custom module not properly templating variables.
  4. - name: setup registry list
  5. set_fact:
  6. r_openshift_hosted_registry_list:
  7. - name: "{{ openshift_hosted_registry_name }}"
  8. namespace: "{{ openshift_hosted_registry_namespace }}"