1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-23 16:16:11 +02:00

Remove unrequired checks as nginx is the default

This commit is contained in:
Jelle van der Waa 2021-04-11 17:49:22 +02:00
parent 426a565256
commit 062880cf90
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -6,7 +6,6 @@
name: certificate
vars:
domains: ["{{ rebuilderd_domain }}"]
when: 'rebuilderd_domain is defined'
- name: configure rebuilderd.conf
template: src=rebuilderd.conf.j2 dest=/etc/rebuilderd.conf owner=rebuilderd group=rebuilderd mode=0660
@ -21,7 +20,6 @@
template: src=nginx.d.conf.j2 dest=/etc/nginx/nginx.d/rebuilderd.conf owner=root group=root mode=0644
notify:
- reload nginx
when: 'rebuilderd_domain is defined'
tags: ['nginx']
- name: enable and start rebuilderd