--- - name: Install the nginx virtualhost files template: src=nginx-virthost.j2 dest=/etc/nginx/conf.d/{{ item.virthost_name }}.conf owner=root group=root mode=0444 with_items: '{{ nginx_virthosts | default(omit) }}' notify: Reload nginx tags: [ 'nginx', 'virtualhost' ]