- ---
- - name: Build node config maps
- include_tasks: create_config.yml
- vars:
- l_openshift_node_group_name: "{{ node_group.name }}"
- l_openshift_node_group_edits: "{{ node_group.edits | default([]) }}"
- l_openshift_node_group_labels: "{{ node_group.labels }}"
- with_items: "{{ openshift_node_groups }}"
- loop_control:
- loop_var: node_group
|