7 lines
229 B
YAML
7 lines
229 B
YAML
---
|
|
- name: Delete redirect.conf due to implementation of HTTP_REDIRECT variable
|
|
become: yes
|
|
file:
|
|
path: "{{ mailcow__install_path }}/data/conf/nginx/redirect.conf"
|
|
state: absent
|
|
when: mailcow__config_http_redirect
|