{% for key, value in hive_beeline_connection_conf | dictsort %} {% if value is defined and value is not none %} {{ key }} {{ value }} {% endif %} {% endfor %}