Moving files

pull/2/head
Emilien Mantel 2015-07-15 15:42:32 +02:00
parent 4d7c181f06
commit 1d025d1f35
3 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#- name: COPY | Add index.html / index.php
# copy: src={{ item }} dest={{ nginx_root }}/{{ item.name }}/public/{{ item }} owner=www-data group=www-data mode=0666
# with_fileglob: "*"
# with_fileglob: "web/*"
- name: FILE | Enable vhosts (symlink to sites-enabled)
file: src=/etc/nginx/sites-available/{{ item.name }} dest=/etc/nginx/sites-enabled/{{ item.name }} state=link