aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/roles/web/tasks/main.yaml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-01-25 20:42:14 +0100
committeralex <alex@pdp7.net>2026-01-25 20:42:14 +0100
commit92b0eb79a99bae111ad899914dd7c011d6bd7099 (patch)
tree12cc3265e1fc2e919f4ae7d33253bd3c6e02392b /infrastructure/roles/web/tasks/main.yaml
parentfa4e0c54302f163ebdc9eb976471e9cf58ffacc1 (diff)
More UTF-8
Diffstat (limited to 'infrastructure/roles/web/tasks/main.yaml')
-rw-r--r--infrastructure/roles/web/tasks/main.yaml6
1 files changed, 6 insertions, 0 deletions
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