---
- name:         copy imprint.html
  template: 
    src:        "imprint.html.j2" 
    dest:       "{{nginx.directories.data.html}}imprint.html"
    owner:      "{{nginx.user}}"
    group:      "{{nginx.user}}"