Skip to content

Instantly share code, notes, and snippets.

@lindsm
Created September 6, 2017 17:04
Show Gist options
  • Save lindsm/79667ed8217090cdda322afb07ad26c9 to your computer and use it in GitHub Desktop.
Save lindsm/79667ed8217090cdda322afb07ad26c9 to your computer and use it in GitHub Desktop.
{% for store_env in store_list %}
{% if store_env == 'DEV' %}
system_count:
server: 1
workstation: 1
register: 1
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment