diff --git a/ansible/schedule.yml b/ansible/schedule.yml index 13937c5..4ed7d43 100644 --- a/ansible/schedule.yml +++ b/ansible/schedule.yml @@ -1,4 +1,10 @@ --- +- name: Check that all specified node types exist + fail: + msg: The non-existent node type {{ item }} was specified in 'specs'. + when: item not in node_types + loop: "{{ specs.keys() }}" + # Creates a dict mapping each hypervisor's hostname to its hostvars, to be used # during scheduling. - name: Collect hypervisor hostvars