ansible-docker-mailcow/roles/mailcow-ansiblerole/tasks/nginx.yml
Jesko Anschütz d563801458 initial
2025-03-20 10:39:09 +01:00

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