prerequisites.yml 347 B

123456789101112
  1. ---
  2. - include: init/main.yml
  3. vars:
  4. skip_verison: True
  5. - hosts: "{{ l_containerized_host_groups }}"
  6. vars:
  7. l_chg_temp: "{{ openshift_containerized_host_groups | default([]) }}"
  8. l_containerized_host_groups: "{{ (['oo_nodes_to_config'] | union(l_chg_temp)) | join(':') }}"
  9. tasks:
  10. - include_role:
  11. name: container_runtime