update vars

This commit is contained in:
willtome
2022-03-15 10:45:03 -04:00
parent 34ab661cdd
commit bf03e418e1
3 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
- name: "Check Provider Compatibility"
assert:
that: "{{ vm_provider }} in {{ vm_blueprint_providers }}"
that: "'{{ vm_provider }}' in {{ vm_blueprint_providers }}"
fail_msg: "{{ vm_blueprint | upper }} is not available for {{ vm_provider | upper }}"
when: "vm_blueprint_providers is defined"