- name: "include role receive certbot certificate" include_role: name: nginx-https-recieve-certificate - name: configure {{domain}}.conf template: src: "templates/peertube.conf.j2" dest: "{{nginx.directories.http.servers}}{{domain}}.conf" notify: restart nginx