Fix syntax

This commit is contained in:
Kevin Fenzi
2015-12-10 22:39:38 +00:00
parent aebe90cc65
commit 286419fbc5

View File

@@ -58,4 +58,4 @@
#
- name: setup nested virt on virthosts with nested=true variable
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf
when: nested is true
when: nested == 'true'