File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
notify :
11
11
- Restart mailman3-core service
12
12
13
+ # The advantage of switch this back to the 'original' method of http://localhost
14
+ # is that it bypasses TLS/SSL, so it doesn't matter if that has been added yet.
15
+ # base_url: {{ mailman3_hyperkitty_server_url }}/{{ mailman3_hyperkitty_root | default('archives/') }}
16
+
13
17
- name : Create HyperKitty configuration file
14
18
ansible.builtin.copy :
15
19
content : |
16
20
[general]
17
- base_url: {{ mailman3_hyperkitty_server_url }} /{{ mailman3_hyperkitty_root | default('archives/') }}
21
+ base_url: http://localhost /{{ mailman3_hyperkitty_root | default('archives/') }}
18
22
api_key: {{ mailman3_archiver_key }}
19
23
dest : " {{ mailman3_core_etc_dir }}/hyperkitty.cfg"
20
24
group : " {{ __mailman3_core_group_name }}"
You can’t perform that action at this time.
0 commit comments