Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created April 19, 2017 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/eee0dc21bcf38688e850177343176905 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/eee0dc21bcf38688e850177343176905 to your computer and use it in GitHub Desktop.
---
{% if groups['kvm_vms_list'] is defined %}
kvm_vms_list:
{% for item in groups['kvm_vms_list'] %}
- '{{ item }}'
{% endfor %}
{% elif groups['kvm_vms_list'] is not defined %}
kvm_vms_list: []
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment