Port forward port 80 to XOS

Change-Id: I843c80064acf4e07fca0c2b96a105e33a3b40f00
(cherry picked from commit 6ba76f0456f9895221b11bc3b4873caf3f08e344)
diff --git a/roles/config-virt/tasks/main.yml b/roles/config-virt/tasks/main.yml
index 67a14a1..0f0ed05 100644
--- a/roles/config-virt/tasks/main.yml
+++ b/roles/config-virt/tasks/main.yml
@@ -51,17 +51,14 @@
 
 - name: Have libvirt enable port forwarding to VM's
   become: yes
-  template:
-    src={{ item }}.j2
+  copy:
+    src={{ item }}
     dest=/etc/libvirt/hooks/{{ item }}
     mode=0755 owner=root
   with_items:
-    - daemon
     - qemu
   notify:
-    - reload libvirt-bin
     - run qemu hook
-  when: not on_maas
 
 - name: Wait for uvt-kvm image to be available
   async_status: jid={{ uvt_sync.ansible_job_id }}