From 31f0e18dfbf00dad748f7cf79cad60480b50112a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 Oct 2014 21:43:53 +0000 Subject: [PATCH] Fix typo --- tasks/virthost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/virthost.yml b/tasks/virthost.yml index b47ffcbe9b..4d511d0a2a 100644 --- a/tasks/virthost.yml +++ b/tasks/virthost.yml @@ -39,7 +39,7 @@ service: name=libvirtd state=started enabled=yes - name: set bridging to work right - - copy: sec="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules + copy: src="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules notify: - restart bridge tags: