- name: Nginx config
  template:
    src: files/nginx.conf
    dest: /etc/nginx/http.d/downloads.conf
    mode: "0644"
  notify: reload nginx