--- {{ owncloud_domain }}: - path: /etc/nginx/ssl/{{ owncloud_domain }}.crt user: root group: root perm: '400' format: crt,ca notify: 'service nginx restart' - path: /etc/nginx/ssl/{{ owncloud_domain }}.key user: root group: root perm: '400' format: key notify: 'service nginx restart'