check_for_configs.yml 192 B

1234567
  1. ---
  2. - include_tasks: check_for_config.yml
  3. vars:
  4. l_openshift_node_group_name: "{{ node_group.name }}"
  5. with_items: "{{ openshift_node_groups }}"
  6. loop_control:
  7. loop_var: node_group