Typos.
This commit is contained in:
parent
12be7a5f8d
commit
3533c255f9
@ -56,7 +56,7 @@
|
|||||||
register: key_generation
|
register: key_generation
|
||||||
notify: restart mailcow docker containers
|
notify: restart mailcow docker containers
|
||||||
|
|
||||||
- name: generate ssl cert request
|
- name: generate ssl cert request
|
||||||
openssl_csr:
|
openssl_csr:
|
||||||
path: "{{ mailcow_ssl_path }}/csr.pem"
|
path: "{{ mailcow_ssl_path }}/csr.pem"
|
||||||
privatekey_path: "{{ mailcow_ssl_path }}/key.pem"
|
privatekey_path: "{{ mailcow_ssl_path }}/key.pem"
|
||||||
@ -92,7 +92,7 @@
|
|||||||
register: docker_image_list
|
register: docker_image_list
|
||||||
|
|
||||||
- name: pull images for mailcow containers
|
- name: pull images for mailcow containers
|
||||||
command:
|
command:
|
||||||
cmd: docker-compose pull
|
cmd: docker-compose pull
|
||||||
chdir: "{{ mailcow_folder }}/"
|
chdir: "{{ mailcow_folder }}/"
|
||||||
when: "'mailcow' not in docker_image_list.stdout"
|
when: "'mailcow' not in docker_image_list.stdout"
|
||||||
|
|||||||
@ -11,4 +11,4 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
return 301 https://$host$uri$is_args$args;
|
return 301 https://$host$uri$is_args$args;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user