mime.types.custom.j2 259 B

1234567891011
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. types {
  7. application/font-woff2 woff2;
  8. application/x-font-truetype ttf;
  9. application/x-font-opentype otf;
  10. }