- name: "include role for {{application_id}} to recieve certs & do modification routines"
  include_role:
    name: nginx-https-get-cert-modify-all

- name: configure {{domain}}.conf
  template: 
    src:  "templates/peertube.conf.j2"
    dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
  notify: restart nginx