Commit 2b68442c authored by nimrod's avatar nimrod
Browse files

- Corrected the virtualhost task.

parent 2ea5df24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@

- name: Copy virtualhosts templates
  with_fileglob:
  - templates/nginx/conf.d/*.conf
  - templates/nginx/sites-enabled/*
  template:
      src: '{{ item }}'
      dest: '/etc/nginx/sites-enabled/{{ item|basename }}'