You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
188B

  1. {
  2. {% for dkim_domain in dkim_domains %}
  3. "{{dkim_domain}}":{{_opendkim_read_public_key|json_query("results[?item=='"+dkim_domain+"']|[0].stdout_lines[1:-1]")|join|to_json}},
  4. {% endfor %}
  5. }