From ee0d11d9bf53dcf7ba6cd52bae2718c2432ad5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 26 May 2024 11:40:26 +0200 Subject: feat(roles/httpd): add webp mimetype --- roles/httpd/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml index 3eabe5e..5e2af25 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -8,6 +8,7 @@ httpd__supported_types: - image/jpeg jpeg jpg - image/png png - image/svg+xml svg + - image/webp webp - text/css css - text/html html htm - text/plain txt pgp pub -- cgit v1.2.3