1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 13:02:31 +02:00

roles/patchwork: Deploy the 503 page

This commit is contained in:
Giancarlo Razzolini 2017-02-09 10:45:23 -02:00
parent da0f725a5f
commit 2c353e4ee7
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

View File

@ -12,3 +12,6 @@
- name: make nginx log dir
file: path=/var/log/nginx/{{ patchwork_domain }} state=directory owner=root group=log mode=750
- name: deploy maintenance page
template: src=503.html.j2 dest="{{ patchwork_dir }}/503.html" owner=patchwork group=patchwork mode=644