- name: "include task receive certbot certificate" include_role: name: sys-svc-certs - name: "Deploying NGINX redirect configuration for '{{ domain }}'" template: src: redirect.domain.nginx.conf.j2 dest: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}" notify: restart openresty