From 92b0eb79a99bae111ad899914dd7c011d6bd7099 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 25 Jan 2026 20:42:14 +0100 Subject: More UTF-8 --- infrastructure/roles/web/tasks/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'infrastructure') diff --git a/infrastructure/roles/web/tasks/main.yaml b/infrastructure/roles/web/tasks/main.yaml index cac501d..4fea1b3 100644 --- a/infrastructure/roles/web/tasks/main.yaml +++ b/infrastructure/roles/web/tasks/main.yaml @@ -66,6 +66,12 @@ DirectoryIndex index LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so notify: restart web +- name: rss + ansible.builtin.copy: + dest: /etc/apache2/conf-enabled/rss.conf + content: | + AddCharset UTF-8 .rss + notify: restart web - name: disable dir mod ansible.builtin.command: cmd: a2dismod -f dir -- cgit v1.2.3