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 1010  notify :
1111    - Restart mailman3-core service 
1212
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+ 
1317- name : Create HyperKitty configuration file 
1418  ansible.builtin.copy :
1519    content : | 
1620      [general] 
17-       base_url: {{ mailman3_hyperkitty_server_url }} /{{ mailman3_hyperkitty_root | default('archives/') }} 
21+       base_url: http://localhost /{{ mailman3_hyperkitty_root | default('archives/') }} 
1822      api_key: {{ mailman3_archiver_key }} 
1923dest : " {{ mailman3_core_etc_dir }}/hyperkitty.cfg" 
2024    group : " {{ __mailman3_core_group_name }}" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments