ansible_slurm/templates/generic.conf.j2

11 lines
234 B
Django/Jinja

##
## This file is maintained by Ansible - ALL MODIFICATIONS WILL BE REVERTED
##
{% set conf = lookup('vars', item.config) %}
{% for key in conf | sort %}
{% if conf[key] != None %}
{{ key }}={{ conf[key] }}
{% endif %}
{% endfor %}