This commit is contained in:
Lars Hahn 2024-11-27 22:36:14 +01:00
parent 12be7a5f8d
commit 3533c255f9
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
register: key_generation
notify: restart mailcow docker containers
- name: generate ssl cert request
- name: generate ssl cert request
openssl_csr:
path: "{{ mailcow_ssl_path }}/csr.pem"
privatekey_path: "{{ mailcow_ssl_path }}/key.pem"
@ -92,7 +92,7 @@
register: docker_image_list
- name: pull images for mailcow containers
command:
command:
cmd: docker-compose pull
chdir: "{{ mailcow_folder }}/"
when: "'mailcow' not in docker_image_list.stdout"

View File

@ -11,4 +11,4 @@ server {
location / {
return 301 https://$host$uri$is_args$args;
}
}
}