check_for_config.yml 233 B

1234567
  1. ---
  2. # This file is looped over, must use include_tasks, not import_tasks
  3. - include_tasks: fetch_config.yml
  4. - fail:
  5. msg: "Configmap for {{ l_openshift_node_group_name }} must be present"
  6. when: configout.results.results.0 == {}